Update testing/test_assertion.py
This commit is contained in:
parent
e2e7f15b71
commit
09988f3ed1
|
@ -817,8 +817,7 @@ class TestAssert_reprcompare_dataclass:
|
||||||
"*Matching attributes:*",
|
"*Matching attributes:*",
|
||||||
"*['field_a']*",
|
"*['field_a']*",
|
||||||
"*Differing attributes:*",
|
"*Differing attributes:*",
|
||||||
"*field_b: SimpleDataObject(field_a=2, field_b='c') "
|
"*field_b: SimpleDataObject(field_a=2, field_b='c') != SimpleDataObject(field_a=3, field_b='c')*", # noqa
|
||||||
"!= SimpleDataObject(field_a=3, field_b='c')*",
|
|
||||||
"*Matching attributes:*",
|
"*Matching attributes:*",
|
||||||
"*['field_b']*",
|
"*['field_b']*",
|
||||||
"*Differing attributes:*",
|
"*Differing attributes:*",
|
||||||
|
|
Loading…
Reference in New Issue