Skip to content

Commit

Permalink
chore: change overriden association test to object adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
dkpoult committed Aug 9, 2024
1 parent a8ddec1 commit 59229d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/factory.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ describe('Factory', () => {
// Arrange
let createdAdditionalUser = false;

class TestableUserAdapter implements ModelAdapter<User, User> {
class TestableUserAdapter implements ObjectAdapter<User> {
build(
model: User,
props: PartialDeep<
Expand Down

0 comments on commit 59229d7

Please sign in to comment.