Skip to content

Commit be30d4c

Browse files
committed
fix pylint warnings
1 parent 5272981 commit be30d4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ def inner(cb, **replace) -> RuntimeContext:
175175
def acc_client():
176176
acc = create_autospec(AccountClient)
177177
acc.config = Config(host="https://accounts.cloud.databricks.com", account_id="123", token="123")
178-
acc.asset_not_called()
178+
acc.assert_not_called()
179179
return acc
180180

181181

0 commit comments

Comments
 (0)