Skip to content

Commit 0501084

Browse files
committed
remove now-erroneous comment
1 parent 87baacf commit 0501084

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/runtime-core/common/test/aws/smithy/kotlin/runtime/util/SingleFlightGroupTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,6 @@ class SingleFlightGroupTest {
117117
assertEquals("Foo", first)
118118

119119
val second = group.singleFlight { "Bar" }
120-
assertEquals("Bar", second) // Fails; second == "Foo"
120+
assertEquals("Bar", second)
121121
}
122122
}

0 commit comments

Comments
 (0)