Skip to content

Commit a11793a

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent a6f6440 commit a11793a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/catalog/test_hive.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1226,7 +1226,9 @@ def test_create_hive_client_multiple_uris() -> None:
12261226

12271227
client = HiveCatalog._create_hive_client(properties)
12281228
assert mock_hive_client.call_count == 2
1229-
mock_hive_client.assert_has_calls([call("thrift://localhost:10000", "user", False), call("thrift://localhost:10001", "user", False)])
1229+
mock_hive_client.assert_has_calls(
1230+
[call("thrift://localhost:10000", "user", False), call("thrift://localhost:10001", "user", False)]
1231+
)
12301232
assert client is not None
12311233

12321234

0 commit comments

Comments
 (0)