Skip to content

Commit

Permalink
fix version test
Browse files Browse the repository at this point in the history
  • Loading branch information
arobsn committed Nov 4, 2024
1 parent 74a044a commit 7a36bb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/basic-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ describe("Basic Tests", function () {
major: makefile.versionMajor,
minor: makefile.versionMinor,
patch: makefile.versionPatch,
flags: { isDebug: true }
flags: { isDebug: false }
});
});

Expand Down

0 comments on commit 7a36bb4

Please sign in to comment.