Skip to content

Commit

Permalink
quick mutate fix
Browse files Browse the repository at this point in the history
  • Loading branch information
josephrich98 committed Sep 25, 2024
1 parent c8dce79 commit 2a0feaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_mutate.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def assert_mutate_N(self: unittest.TestCase):

args = td[test]["args"]

args = _recursive_replace(args, "<long_sequence_with_n>", ls_with_n, exact=True)
args = _recursive_replace(args, "<long_sequence_with_N>", ls_with_n, exact=True)

result = do_call(func, args)

Expand Down

0 comments on commit 2a0feaf

Please sign in to comment.