Skip to content

Commit 4d4529e

Browse files
committed
fmt
1 parent ecb1a58 commit 4d4529e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

nats-server/tests/test_server.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,11 @@ async def test_run_store_dir_without_jetstream(tmp_path):
521521
async def test_cluster_with_conflicting_config(tmp_path):
522522
"""Test run_cluster with config that includes cluster settings."""
523523
# The function should still work, merging config with generated cluster setup
524-
cluster = await run_cluster("tests/configs/jetstream.conf", jetstream=True, store_dir=str(tmp_path))
524+
cluster = await run_cluster(
525+
"tests/configs/jetstream.conf",
526+
jetstream=True,
527+
store_dir=str(tmp_path)
528+
)
525529

526530
try:
527531
assert len(cluster.servers) == 3

0 commit comments

Comments
 (0)