Skip to content

Commit

Permalink
Fix another C++ test.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Sep 3, 2024
1 parent 3306fd5 commit e504817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/run/cpp_stl_conversion.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ cpdef enum Color:

def test_enum_map(o):
"""
>>> test_enum_map({RED: GREEN})
>>> test_enum_map({Color.RED: Color.GREEN})
{<Color.RED: 0>: <Color.GREEN: 1>}
"""
cdef map[Color, Color] m = o
Expand Down

0 comments on commit e504817

Please sign in to comment.