We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10229ef commit 9874f94Copy full SHA for 9874f94
tests/test_colour.py
@@ -67,8 +67,6 @@ def test_from_str(value, expected):
67
def test_from_str_failures(value):
68
with pytest.raises(ValueError):
69
discord.Colour.from_str(value)
70
-<<<<<<< HEAD
71
-=======
72
73
74
@pytest.mark.parametrize(
@@ -130,4 +128,3 @@ def test_static_colours(value, expected):
130
128
)
131
129
def test_colour_properties(value, property, expected):
132
assert getattr(value, property) == expected
133
->>>>>>> e84edf47 (Add colours for new Discord themes)
0 commit comments