Skip to content

Commit e3cb365

Browse files
committed
🐛 Update deabbreviator fixture to use CustomRestBot
1 parent f4970f3 commit e3cb365

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/deabbreviator_test.py

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

1010
@pytest.fixture
1111
def deabbreviator() -> Deabbreviator:
12-
return Deabbreviator(custom.Bot())
12+
return Deabbreviator(custom.CustomRestBot())
1313

1414

1515
def test_all_keys(deabbreviator: Deabbreviator) -> None:

0 commit comments

Comments
 (0)