Skip to content

Commit d0ecd4e

Browse files
committed
updates tests
1 parent aefda49 commit d0ecd4e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/dcqc/tests/tiff_tag_306_date_time_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def generate_process(self) -> Process:
1919
"|",
2020
"jq",
2121
"-e",
22-
"'.[].ifds[].tags['306']'",
22+
"'.[].ifds[].tags[\"306\"]'",
2323
]
2424
process = Process(
2525
container="ghcr.io/sage-bionetworks-workflows/tifftools:latest",

tests/test_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ def test_that_the_tifftag306datetimetest_command_is_produced(test_targets):
267267
target = test_targets["tiff"]
268268
test = tests.TiffTag306DateTimeTest(target)
269269
process = test.generate_process()
270-
assert "grep" in process.command
270+
assert "jq" in process.command
271271

272272

273273
def test_that_the_tifftag306datetimetest_correctly_interprets_exit_code_0_and_1(

0 commit comments

Comments
 (0)