Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester committed Dec 13, 2023
1 parent d1e196c commit d6eeed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ def get_query(self, tmp_path) -> str:
def get_query_not_existing(self, tmp_path) -> str:
folder = uuid.uuid4().hex
filename = uuid.uuid4().hex
return f"ftp://{folder}/{filename}.dat"
return f"ftp://{folder}/{filename}.dat"

0 comments on commit d6eeed0

Please sign in to comment.