Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
cressie176 committed Jan 7, 2024
1 parent d73b2b3 commit 66a73ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/api.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ describe('API', () => {

before(async () => {
rdf = new TestReferenceDataFramework(config);
await rdf.reset;
await rdf.reset();
})

beforeEach(async () => {
Expand Down

0 comments on commit 66a73ec

Please sign in to comment.