Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Housekeeping - copy & paste leftover in test desc.
Browse files Browse the repository at this point in the history
Cruikshanks committed Aug 27, 2024

Verified

This commit was signed with the committer’s verified signature.
Cruikshanks Alan Cruikshanks
1 parent ea61ffb commit a11db88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/models/return-requirement-point.model.test.js
Original file line number Diff line number Diff line change
@@ -50,7 +50,7 @@ describe('Return Requirement Point model', () => {
expect(query).to.exist()
})

it('can eager load the charge reference', async () => {
it('can eager load the return requirement', async () => {
const result = await ReturnRequirementPointModel.query()
.findById(testRecord.id)
.withGraphFetched('returnRequirement')

0 comments on commit a11db88

Please sign in to comment.