We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3f63a0 commit af8df5bCopy full SHA for af8df5b
redux-kotlin/src/commonTest/kotlin/org/reduxkotlin/ApplyMiddlewareTest.kt
@@ -1,5 +1,6 @@
1
package org.reduxkotlin
2
3
+import ch.tutteli.atrium.api.cc.en_GB.toThrow
4
import ch.tutteli.atrium.verbs.expect
5
import org.spekframework.spek2.Spek
6
import org.spekframework.spek2.style.specification.describe
@@ -22,7 +23,7 @@ object ApplyMiddlewareSpec : Spek({
22
23
expect {
24
val storeEnhancer: StoreEnhancer<TestState> = applyMiddleware(::dispatchingMiddleware)
25
createStore(todos, TestState(), storeEnhancer)
- }.toThrow<Exception>().asAssert({})
26
+ }.toThrow<Exception> {}
27
}
28
29
/*
0 commit comments