Skip to content

Commit 4c8233e

Browse files
committed
Fix linter warning
1 parent eed0538 commit 4c8233e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_asserts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1436,7 +1436,7 @@ def test_assert_json_subset__invalid_type(self):
14361436

14371437
def test_assert_json_subset__element_name_not_str(self) -> None:
14381438
with assert_raises_regex(
1439-
TypeError, f"12 is not a valid object member name",
1439+
TypeError, "12 is not a valid object member name",
14401440
):
14411441
assert_json_subset({12: 34}, "{}")
14421442

0 commit comments

Comments
 (0)