mirror of
https://github.com/phfroidmont/scalive.git
synced 2025-12-25 13:36:59 +01:00
Fix tests
This commit is contained in:
parent
5da0b64c3e
commit
5dbf3d3ab6
1 changed files with 1 additions and 1 deletions
|
|
@ -143,7 +143,7 @@ object LiveViewSpec extends TestSuite:
|
||||||
Json
|
Json
|
||||||
.Obj(
|
.Obj(
|
||||||
"s" -> Json.Arr(Json.Str("<div>"), Json.Str("</div>")),
|
"s" -> Json.Arr(Json.Str("<div>"), Json.Str("</div>")),
|
||||||
"0" -> Json.Bool(false)
|
"0" -> Json.Str("")
|
||||||
),
|
),
|
||||||
trackChanges = false
|
trackChanges = false
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue