Skip to content

Commit 5c5ba91

Browse files
committed
use correct expected value in test
1 parent f655a46 commit 5c5ba91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/version/version_test.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def _test_normalize_local(env):
109109
# Verify a local with a [digit][non-digit] sequence parses ok
110110
in_str = "0.1.0+brt.9e"
111111
actual = version.normalize(in_str)
112-
env.expect.that_str(actual).equals("xxx")
112+
env.expect.that_str(actual).equals(in_str)
113113

114114
_tests.append(_test_normalize_local)
115115

0 commit comments

Comments
 (0)