Skip to content

Commit ae4a4bb

Browse files
committed
Python: Flip test expectation
This test should now validate that we no longer have dataset check errors even when there are unencodable characters.
1 parent cc39ae5 commit ae4a4bb

File tree

1 file changed

+1
-2
lines changed
  • python/extractor/cli-integration-test/string-encoding

1 file changed

+1
-2
lines changed

python/extractor/cli-integration-test/string-encoding/test.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ rm -rf db
1313

1414
$CODEQL database create db --language python --source-root repo_dir/
1515

16-
# Note the negation in front -- it witnesses the fact that currently the dataset check FAILS.
17-
! $CODEQL dataset check db/db-python
16+
$CODEQL dataset check db/db-python
1817

1918
echo "Test successfully completed."

0 commit comments

Comments
 (0)