Python: Flip test expectation

This test should now validate that we no longer have dataset check
errors even when there are unencodable characters.
This commit is contained in:
Taus
2024-10-21 15:32:23 +00:00
parent cc39ae57dc
commit ae4a4bb881

View File

@@ -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."