Skip to content

Commit

Permalink
add test sample
Browse files Browse the repository at this point in the history
  • Loading branch information
mm4rks committed Nov 23, 2023
1 parent f9eb127 commit 0a34b79
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added tests/samples/others/hello-world
Binary file not shown.
2 changes: 1 addition & 1 deletion tests/util/test_bugfinder.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 0a34b79

Please sign in to comment.