Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dachengx committed Feb 13, 2025
1 parent 587b538 commit 54d9c70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion straxen/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class DAQReader(straxen.DAQReader):


def nt_test_context(
target_context="xenonnt", deregister=(), keep_default_storage=False, **kwargs
target_context="xenonnt_online", deregister=(), keep_default_storage=False, **kwargs
) -> strax.Context:
"""Get a dummy context with full nt-like data simulated data (except aqmon) to allow testing
plugins.
Expand Down
4 changes: 2 additions & 2 deletions tests/test_contexts.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import unittest
import straxen
from straxen.contexts import xenonnt_led, xenonnt_online
from straxen.contexts import xenonnt, xenonnt_online, xenonnt_led


##
Expand All @@ -12,7 +12,7 @@


def test_xenonnt():
st = xenonnt_online(_database_init=False)
st = xenonnt(_database_init=False)
st.search_field("time")


Expand Down

0 comments on commit 54d9c70

Please sign in to comment.