Skip to content

Commit 2515766

Browse files
author
escbeargew99-stack
authored
Update test_saferepr.py
1 parent af502af commit 2515766

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

testing/io/test_saferepr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from _pytest._io.saferepr import saferepr
66
from _pytest._io.saferepr import saferepr_unlimited
77
import pytest
8-
8+
99

1010
def test_simple_repr():
1111
assert saferepr(1) == "1"

0 commit comments

Comments
 (0)