Skip to content

Commit

Permalink
Python: Flip test expectation
Browse files Browse the repository at this point in the history
This test should now validate that we no longer have dataset check
errors even when there are unencodable characters.
  • Loading branch information
tausbn committed Oct 21, 2024
1 parent cc39ae5 commit ae4a4bb
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ rm -rf db

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

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

echo "Test successfully completed."

0 comments on commit ae4a4bb

Please sign in to comment.