Skip to content

Commit 51937b5

Browse files
committed
remove repr test
1 parent 9bdba53 commit 51937b5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_stubgen.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ def test_stubgen(monkeypatch: pytest.MonkeyPatch, tmp_path: Path) -> None:
4646
from org.scijava.parsington import Function
4747

4848
assert Function is not None
49-
assert repr(Function) == "<scyjava class 'org.scijava.parsington.Function'>"
5049
# ensure that no calls to start_jvm were made
5150
mock_start_jvm.assert_not_called()
5251

0 commit comments

Comments
 (0)