Skip to content
This repository was archived by the owner on Sep 19, 2018. It is now read-only.

Commit 598b997

Browse files
committed
Fix bad merge
1 parent 82e8fcd commit 598b997

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/tests/test_events_processors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,6 @@ def test_create_event_in_moldova(admin_user, db):
346346
assert "MD" == test_event.country.code
347347

348348
@pytest.mark.django_db
349-
<<<<<<< HEAD
350349
def test_create_event_in_kosovo(admin_user, db):
351350
event_data = {
352351
'audience': [3],
@@ -368,6 +367,7 @@ def test_create_event_in_kosovo(admin_user, db):
368367

369368
assert "XK" == test_event.country.code
370369

370+
@pytest.mark.django_db
371371
def test_scoreboard_counter(admin_user, db):
372372

373373
initial_counter = count_approved_events_for_country()

0 commit comments

Comments
 (0)