File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ function test_diff() {
1818 <( jq -S ' del(."Tungstenite" | .. | .duration?)' ' autobahn/client/index.json' )
1919 then
2020 echo ' Difference in results, either this is a regression or' \
21- ' one should update autobahn/expected-results.json with the new results.' \
21+ ' one should update autobahn/expected-results.json with the new results.'
2222 exit 64
2323 fi
2424}
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ function test_diff() {
1717 <( jq -S ' del(."Tungstenite" | .. | .duration?)' ' autobahn/server/index.json' )
1818 then
1919 echo ' Difference in results, either this is a regression or' \
20- ' one should update autobahn/expected-results.json with the new results.' \
20+ ' one should update autobahn/expected-results.json with the new results.'
2121 exit 64
2222 fi
2323}
You can’t perform that action at this time.
0 commit comments