diff --git a/tests/samples/others/hello-world b/tests/samples/others/hello-world new file mode 100755 index 000000000..d9eb79086 Binary files /dev/null and b/tests/samples/others/hello-world differ diff --git a/tests/util/test_bugfinder.py b/tests/util/test_bugfinder.py index aff8d4310..c2e9466b3 100644 --- a/tests/util/test_bugfinder.py +++ b/tests/util/test_bugfinder.py @@ -15,7 +15,7 @@ def temp_sqlite_db(tmp_path): @pytest.fixture def test_sample(): """Fixture for providing a test sample.""" - return Path("tests/samples/others/bugfinder.test") + return Path("tests/samples/others/hello-world") def verify_database_contents(db_file):