We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b912c2e commit 24fee4aCopy full SHA for 24fee4a
tests/client/contexts/test_atlas.py
@@ -7,7 +7,7 @@
7
8
def test_atlas_context_initialisation(tmp_path):
9
context = AtlasContext("tomo", tmp_path, {}, "token")
10
- assert context.name == "Atlas"
+ assert context.name == "AtlasContext"
11
assert context._acquisition_software == "tomo"
12
assert context._basepath == tmp_path
13
assert context._machine_config == {}
0 commit comments