Skip to content

Commit

Permalink
test: sets up store provider properly for JSON test.
Browse files Browse the repository at this point in the history
  • Loading branch information
outofcoffee committed Oct 15, 2024
1 parent 1d5ad95 commit 805922d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class StoreJsonTest : AbstractBaseScriptTest() {
}

val runtimeContext = buildRuntimeContext(mapOf(
"stores" to StoreProvider(storeFactory, listOf { ObjectProxyingStore(it) }, "1")
"stores" to StoreProvider(storeFactory, { ObjectProxyingStore(it) }, "1")
))
val script = resolveScriptFile(pluginConfig, resourceConfig)
val actual = getService().executeScript(script, runtimeContext)
Expand Down

0 comments on commit 805922d

Please sign in to comment.