Skip to content

Commit 55eaba1

Browse files
committed
lint
1 parent 87b0665 commit 55eaba1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/conftest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
from taskbadger.mug import Badger, Settings
44

55

6-
@pytest.fixture
7-
def bind_settings():
6+
@pytest.fixture()
7+
def _bind_settings():
88
Badger.current.bind(Settings("https://taskbadger.net", "token", "org", "proj"))
99
yield
1010
Badger.current.bind(None)

tests/test_session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99

1010
@pytest.fixture(autouse=True)
11-
def bind_settings():
11+
def _bind_settings():
1212
Badger.current.bind(Settings("https://taskbadger.net", "token", "org", "proj"))
1313

1414

0 commit comments

Comments
 (0)