We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bdba53 commit 51937b5Copy full SHA for 51937b5
tests/test_stubgen.py
@@ -46,7 +46,6 @@ def test_stubgen(monkeypatch: pytest.MonkeyPatch, tmp_path: Path) -> None:
46
from org.scijava.parsington import Function
47
48
assert Function is not None
49
- assert repr(Function) == "<scyjava class 'org.scijava.parsington.Function'>"
50
# ensure that no calls to start_jvm were made
51
mock_start_jvm.assert_not_called()
52
0 commit comments