fix: correct typo in test_driver.py comment (#496)
This commit is contained in:
parent
e51da278fa
commit
073d51734b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue