i miss file-watch

This commit is contained in:
parsonsmatt 2021-03-29 13:14:50 -06:00
parent 2ed58e3659
commit 086dfb1f1e

View File

@ -772,7 +772,7 @@ testInclusion = do
"SELECT ((? -> ?) <@ ?)\nFROM \"Json\"\n"
[ PersistLiteralEscaped "{\"a\":[{\"b\":true}]}"
, PersistText "a"
, PersistLiteralEscaped encoded'
, PersistLiteralEscaped encoded
]
it "works as expected" $ run $ do
x <- selectJSONwhere $ \v -> v <@. jsonbVal (toJSON [Number 1])