Skip to content

Commit 057e27a

Browse files
committed
ran black tests on meilisearch
1 parent ae2b052 commit 057e27a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/client/test_clinet_snapshots.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
def test_snapshot_creation(client, index_with_documents):
55
"""Tests the creation of a Meilisearch snapshot."""
66
index_with_documents("indexUID-snapshot-creation")
7-
snapshot= client.create_snapshot()
7+
snapshot = client.create_snapshot()
88
client.wait_for_task(snapshot.task_uid)
99
snapshot_status = client.get_task(snapshot.task_uid)
1010
assert snapshot_status.status == "succeeded"
11-
assert snapshot_status.type == "snapshotCreation"
11+
assert snapshot_status.type == "snapshotCreation"

0 commit comments

Comments
 (0)