Skip to content

Commit 9874f94

Browse files
committed
Fix tests merge conflict
1 parent 10229ef commit 9874f94

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/test_colour.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,6 @@ def test_from_str(value, expected):
6767
def test_from_str_failures(value):
6868
with pytest.raises(ValueError):
6969
discord.Colour.from_str(value)
70-
<<<<<<< HEAD
71-
=======
7270

7371

7472
@pytest.mark.parametrize(
@@ -130,4 +128,3 @@ def test_static_colours(value, expected):
130128
)
131129
def test_colour_properties(value, property, expected):
132130
assert getattr(value, property) == expected
133-
>>>>>>> e84edf47 (Add colours for new Discord themes)

0 commit comments

Comments
 (0)