Skip to content

Commit b860589

Browse files
committed
Update test
1 parent b9f836b commit b860589

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/client/test_analyser.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import pytest
44

55
from murfey.client.analyser import Analyser
6+
from murfey.client.contexts.atlas import AtlasContext
67
from murfey.client.contexts.clem import CLEMContext
78
from murfey.client.contexts.spa import SPAModularContext
89
from murfey.client.contexts.spa_metadata import SPAMetadataContext
@@ -28,7 +29,7 @@
2829
["visit/FoilHole_01234_fractions.tiff", SPAModularContext],
2930
["visit/FoilHole_01234_EER.eer", SPAModularContext],
3031
# SPA metadata
31-
["atlas/atlas.mrc", SPAMetadataContext],
32+
["atlas/atlas.mrc", AtlasContext],
3233
["visit/EpuSession.dm", SPAMetadataContext],
3334
["visit/Metadata/GridSquare.dm", SPAMetadataContext],
3435
# CLEM LIF file

0 commit comments

Comments
 (0)