Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Landy committed Feb 19, 2025
1 parent fc6301c commit 238202e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_fast_capped_str_casts.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def get_len(obj):
deque([11, 12, 13]),
DWithRepr('v1'),
DWithStr('v1'),
open('./temp_out.txt', 'w'),
open('./temp_out.txt', 'w', encoding='UTF-8'),
Path('/some/path/to/file.txt'),
]
OBJ_IDS = [f'obj{oi:03}-{type(obj).__name__}-{get_len(obj)}' for oi, obj in enumerate(OBJS)]
Expand Down

0 comments on commit 238202e

Please sign in to comment.