Skip to content

Commit

Permalink
specified interactive jupyter notebook FALSE
Browse files Browse the repository at this point in the history
  • Loading branch information
Vedant1 committed Dec 18, 2024
1 parent 3f8c96c commit 5c12f22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dsi/backends/tests/test_sqlite.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def test_artifact_inspect():
os.remove(dbpath)
store = Sqlite(dbpath, run_table=False)
store.put_artifacts(valid_middleware_datastructure)
store.inspect_artifacts(valid_middleware_datastructure)
store.inspect_artifacts(valid_middleware_datastructure, interactive=False)
assert True

def test_artifact_read():
Expand Down

0 comments on commit 5c12f22

Please sign in to comment.