Skip to content

Commit

Permalink
chore:fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Aries-ckt committed Jan 9, 2025
1 parent d708711 commit 26eaa66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dbgpt/util/tests/test_json_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
("This is not a JSON string", [], "Test case with non-JSON input"),
]


@pytest.mark.parametrize("text, expected, description", test_data)
def test_find_json_objects(text, expected, description):
result = find_json_objects(text)
Expand Down

0 comments on commit 26eaa66

Please sign in to comment.