test: reoder test execution

This commit is contained in:
izzy lyseggen
2021-01-21 11:07:27 +00:00
parent 0110b5b11a
commit 739837bad2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import pytest
from speckle.api.models import Commit, Stream
@pytest.mark.run(order=3)
@pytest.mark.run(order=4)
class TestCommit:
@pytest.fixture(scope="module")
def commit(self):