Skip to content

Commit

Permalink
Fix bad assert message
Browse files Browse the repository at this point in the history
  • Loading branch information
jabrah committed Jan 24, 2024
1 parent bc7597f commit b71c883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/services/metadata-schema-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,6 @@ module('Unit | Service | metadata-schema', (hooks) => {

service.getMetadataSchemas([]);

assert.ok(serviceFetchFake.notCalled, '_fetchSchemas should have been called');
assert.ok(serviceFetchFake.notCalled, '_fetchSchemas should not have been called');
});
});

0 comments on commit b71c883

Please sign in to comment.