Skip to content

Commit 9cf677e

Browse files
committed
Test specs formatting fix
1 parent 0bf0016 commit 9cf677e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unit/test_specs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ class TestSpecs(object):
1010

1111
@pytest.fixture
1212
def path1(self):
13-
operations = {
13+
operations = {
1414
'get': mock.sentinel.path1_get,
1515
}
1616
return Path('path1', operations)
1717

1818
@pytest.fixture
1919
def path2(self):
20-
operations = {
20+
operations = {
2121
'post': mock.sentinel.path2_psot,
2222
}
2323
return Path('path2', operations)

0 commit comments

Comments
 (0)