Skip to content
Snippets Groups Projects
Commit 4414ae82 authored by Christopher Randolph Rhodes's avatar Christopher Randolph Rhodes
Browse files

Added assertion to workflow test

parent c73727c0
No related branches found
No related tags found
No related merge requests found
......@@ -11,4 +11,4 @@ class TestGetSessionObject(unittest.TestCase):
def test_single_session_instance(self):
result = infer_image_to_image(czifile['path'], self.model, output_path)
print(result)
\ No newline at end of file
self.assertEqual(result['success'], True)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment