Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielYang59 committed Aug 2, 2024
1 parent 5d07219 commit 8aa64f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_tempfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def test_with_copy_gzip(self):
f.write("write")
files = os.listdir(os.getcwd())

# Make sure the stratch_text.gz exists
# Make sure the scratch_text.gz exists
assert "scratch_text.gz" in files
for f in files:
if f.endswith(".gz") and f not in init_gz_files:
Expand Down

0 comments on commit 8aa64f9

Please sign in to comment.