Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
skshetry committed Mar 25, 2024
1 parent 1eebeb9 commit be94805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/app/test_filesystem.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@


def test_config(tmp_dir: TmpDir):
"""Should return a filesystem broker/resut config."""
"""Should return a filesystem broker/result config."""
config = _get_fs_config(str(tmp_dir), mkdir=True)
assert (tmp_dir / "broker" / "control").is_dir()
assert (tmp_dir / "broker" / "in").is_dir()
Expand Down

0 comments on commit be94805

Please sign in to comment.