Skip to content

Commit

Permalink
update testVersionCheck with an up to date Bun version
Browse files Browse the repository at this point in the history
  • Loading branch information
9Morello committed Oct 22, 2024
1 parent 7b6e36e commit 03e7e47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestUtilities.hx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import Bun;

class TestUtilities extends Test {
function testVersionCheck() {
Assert.equals("1.0.35", Bun.version);
Assert.equals("1.1.33", Bun.version);
}

function testRevisionCheck() {
Expand Down

0 comments on commit 03e7e47

Please sign in to comment.