Skip to content

Commit

Permalink
Remove breakpoint in json-ld tests (#439)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mristin authored Feb 2, 2024
1 parent d914e86 commit ac58f10
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/jsonld_context/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ def test_jsonld_context_generation(self) -> None:
)
generated_jsonld_context = (output_dir / "context.jsonld").read_text()

breakpoint()
self.assertEqual(generated_jsonld_context, expected_jsonld_context)


Expand Down

0 comments on commit ac58f10

Please sign in to comment.