Skip to content

Commit a5502f6

Browse files
authored
Update the expected result for Quark analysis in the smoke test (#818)
1 parent 49aba61 commit a5502f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/smoke_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
shell: bash
116116
# This sample should have 15 behaviors with 100% confidence
117117
run: |
118-
if [ "${{ env.e273e_RESULT }}" == "40" ]; then
118+
if [ "${{ env.e273e_RESULT }}" == "41" ]; then
119119
exit 0
120120
else
121121
exit 1

0 commit comments

Comments
 (0)