Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
constantinpape committed Jul 25, 2024
1 parent 3dc42c7 commit 132b851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_bioimageio/test_model_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def setUp(self):
def tearDown(self):
rmtree(self.tmp_folder)

@unittest.expectedFailue
@unittest.expectedFailure
def test_model_export(self):
from micro_sam.bioimageio import export_sam_model
image, labels = synthetic_data(shape=(1024, 1022))
Expand Down

0 comments on commit 132b851

Please sign in to comment.