Skip to content

Commit

Permalink
test: Fix test_swog.py query dir
Browse files Browse the repository at this point in the history
  • Loading branch information
bbugyi200 committed Sep 22, 2024
1 parent 055a27c commit ebfe695
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_swog.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@

def test_expand_saved_queries__good(zettel_dir: Path) -> None:
"""Flexes the expand_saved_queries() service method."""
foo_zoq_path = zettel_dir / "query/foo.zoq"
bar_zoq_path = zettel_dir / "query/bar.zoq"
baz_zoq_path = zettel_dir / "query/baz.zoq"
foo_zoq_path = zettel_dir / "zoq/foo.zoq"
bar_zoq_path = zettel_dir / "zoq/bar.zoq"
baz_zoq_path = zettel_dir / "zoq/baz.zoq"
foo_zoq_path.parent.mkdir()
bar_where = "#foo +bar"
baz_where = "@BAZ buz:*"
Expand Down

0 comments on commit ebfe695

Please sign in to comment.