Skip to content

Commit 24fee4a

Browse files
committed
Fixed broken test
1 parent b912c2e commit 24fee4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/client/contexts/test_atlas.py

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

88
def test_atlas_context_initialisation(tmp_path):
99
context = AtlasContext("tomo", tmp_path, {}, "token")
10-
assert context.name == "Atlas"
10+
assert context.name == "AtlasContext"
1111
assert context._acquisition_software == "tomo"
1212
assert context._basepath == tmp_path
1313
assert context._machine_config == {}

0 commit comments

Comments
 (0)