We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6a690cf + cd2e528 commit 5df4a05Copy full SHA for 5df4a05
tests/case_utils/case_file/test_case_file.py
@@ -122,14 +122,14 @@ def test_confirm_mtime(
122
)
123
124
n_observable_object = None
125
- for result in graph_case_file_disable_hashes.query(query_confirm_mtime):
+ for result in graph_case_file_disable_hashes.query(query_object):
126
(n_observable_object,) = result
127
assert (
128
not n_observable_object is None
129
), "File object with expected mtime not found in hashless graph."
130
131
132
- for result in graph_case_file.query(query_confirm_mtime):
+ for result in graph_case_file.query(query_object):
133
134
135
0 commit comments