Skip to content

Commit 0e643bb

Browse files
author
Stefan Hahmann
committed
Fix unit test
1 parent 41b288a commit 0e643bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/org/mastodon/mamut/detection/stardist/StarDistTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ void testFromStringWithValidModelTypeFluo2D()
7070
void testFromStringWithValidModelTypeDemo()
7171
{
7272
// Arrange
73-
String modelName = "StarDist Demo";
73+
String modelName = "Default Model";
7474

7575
// Act
7676
StarDist.ModelType result = StarDist.ModelType.fromString( modelName );

0 commit comments

Comments
 (0)