Skip to content

Commit a325705

Browse files
committed
.
1 parent 8516ce9 commit a325705

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_ipynb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def test_create_token_uses_requested_length(n_chars: int) -> None:
5252
def test_unmask_cell_raises_when_token_is_not_unique() -> None:
5353
replacement = Replacement(mask='b"dead"', src="%time")
5454
with pytest.raises(NothingChanged):
55-
unmask_cell(f'{replacement.mask}\nvalue = {replacement.mask}', [replacement])
55+
unmask_cell(f"{replacement.mask}\nvalue = {replacement.mask}", [replacement])
5656

5757

5858
@pytest.mark.parametrize("fast", [True, False])

0 commit comments

Comments
 (0)