Skip to content

Commit 1b8f6c4

Browse files
committed
use string literals
1 parent 56fbeb4 commit 1b8f6c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

diesel_derives/tests/auto_type.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -516,8 +516,8 @@ fn sqlite_functions() -> _ {
516516
json_valid(sqlite_extras::json),
517517
json_type(sqlite_extras::json),
518518
json_type_with_path(sqlite_extras::json, sqlite_extras::text),
519-
json_extract(sqlite_extras::json, sqlite_extras::text),
520-
jsonb_extract(sqlite_extras::jsonb, sqlite_extras::text),
519+
json_extract(sqlite_extras::json, "$.path"),
520+
jsonb_extract(sqlite_extras::jsonb, "$.path"),
521521
)
522522
}
523523

0 commit comments

Comments
 (0)