Skip to content

Commit f4ab984

Browse files
committed
chore: fix versions_test
This should really be removed, it's a placeholder for real testing
1 parent f4c5298 commit f4ab984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swc/tests/versions_test.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ load("//swc/private:versions.bzl", "TOOL_VERSIONS")
77

88
def _smoke_test_impl(ctx):
99
env = unittest.begin(ctx)
10-
asserts.equals(env, "v1.3.3", TOOL_VERSIONS.keys()[0])
10+
asserts.equals(env, "v1.3.21", TOOL_VERSIONS.keys()[0])
1111
return unittest.end(env)
1212

1313
# The unittest library requires that we export the test cases as named test rules,

0 commit comments

Comments
 (0)