Skip to content

Commit

Permalink
fix: correct typo in test_driver.py comment (#496)
Browse files Browse the repository at this point in the history
  • Loading branch information
FB100 authored Sep 14, 2024
1 parent e51da27 commit 073d517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tagstudio/tests/qt/test_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def test_library_state_update(qt_driver):
entry = qt_driver.frame_content[0]
assert list(entry.tags)[0].name == "foo"

# When state property is changed, previous one is overriden
# When state property is changed, previous one is overwritten
state = FilterState(path="bar.md")
qt_driver.filter_items(state)
assert len(qt_driver.frame_content) == 1
Expand Down

0 comments on commit 073d517

Please sign in to comment.