Skip to content

Commit 03e7e47

Browse files
committed
update testVersionCheck with an up to date Bun version
1 parent 7b6e36e commit 03e7e47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/TestUtilities.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import Bun;
88

99
class TestUtilities extends Test {
1010
function testVersionCheck() {
11-
Assert.equals("1.0.35", Bun.version);
11+
Assert.equals("1.1.33", Bun.version);
1212
}
1313

1414
function testRevisionCheck() {

0 commit comments

Comments
 (0)