Skip to content

Commit 1c47e81

Browse files
committed
Renamed Aux.kt to Visualize.kt to fix checkout on windows. Apparently Aux is a reserved word on Windows. See debois/elm-mdl#1
1 parent 8511cef commit 1c47e81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/kotlin/org/jetbrains/bio/util/ProgressTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ class ParallelProgressTest : ProgressTest() {
267267

268268
override val parts: List<ProgressPart>
269269
get() = logStrings.map {
270-
ProgressPart.fromUnboundedProgressString(it)
270+
fromUnboundedProgressString(it)
271271
}
272272

273273
@Test

0 commit comments

Comments
 (0)