Skip to content

Commit 9cdcb51

Browse files
author
Mohamed Koubaa
committed
fix other assert
1 parent 48367fc commit 9cdcb51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_enum.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def test_enum_repr():
149149

150150
assert repr(DayOfWeek.Monday) == "<DayOfWeek.Monday: 1>"
151151

152-
assert repr(Test.FlagsEnum(7)) == "<FlagsEnum.Two, Five: 0x0007>"
152+
assert repr(Test.FlagsEnum(7)) == "<FlagsEnum.Two, Five: 0x00000007>"
153153
assert repr(Test.FlagsEnum(8)) == "<FlagsEnum.8: 0x00000008>"
154154

155155

0 commit comments

Comments
 (0)