Skip to content

Commit 6204e54

Browse files
committedMar 3, 2024
it breathes
1 parent 1285821 commit 6204e54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tests/main/tests/unit/custom-class-support/custom-class-model-test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ module('unit/model - Custom Class Model', function (hooks: NestedHooks) {
1919
// these types aren't correct but we don't have a registry to help
2020
// make them correct yet
2121
save(): Promise<this> {
22-
return this.store.saveRecord(this) as Promise<this>;
22+
return this.store.saveRecord(this);
2323
}
2424
}
2525

0 commit comments

Comments
 (0)