Skip to content

Commit ac58f10

Browse files
authored
Remove breakpoint in json-ld tests (#439)
A `breakpoint()` has been mistakenly left in the json-ld test. In particular, the breakpoint put the update script for aas-core-meta on hold. In this patch, we remove the breakpoint so that the tests can run again.
1 parent d914e86 commit ac58f10

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/jsonld_context/test_main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ def test_jsonld_context_generation(self) -> None:
6464
)
6565
generated_jsonld_context = (output_dir / "context.jsonld").read_text()
6666

67-
breakpoint()
6867
self.assertEqual(generated_jsonld_context, expected_jsonld_context)
6968

7069

0 commit comments

Comments
 (0)