We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7ba0a0 commit 2aba6f9Copy full SHA for 2aba6f9
tools/generate_rv_checksums/generate_rv_checksums_integration_test.sh
@@ -98,7 +98,7 @@ EOF
98
"MODULE.bazel should contain rv_version"
99
100
# Check rv_checksums was set with all platforms
101
- assert_match "rv_checksums = {" "${module_content}" \
+ assert_match "rv_checksums = \{" "${module_content}" \
102
"MODULE.bazel should contain rv_checksums"
103
assert_match \
104
'"linux-arm64": "0c08c35a99f10817643d548f98012268c5433ae25a737ab4d6751336108a941d"' \
0 commit comments