Skip to content

Commit 6a032b5

Browse files
consistent checks
1 parent e55e8df commit 6a032b5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test_client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -784,6 +784,7 @@ def test_databag_depth_stripping(sentry_init, capture_events):
784784

785785
third_level_list = second_level_list[0]
786786
assert type(third_level_list) == list
787+
assert len(third_level_list) == 1
787788

788789
inner_value_repr = third_level_list[0]
789790
assert type(inner_value_repr) == str

0 commit comments

Comments
 (0)