Skip to content

Commit dfe019e

Browse files
author
Zoran Cvetkov
committed
fix test
1 parent 9762cbf commit dfe019e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

store/test-store/tests/postgres/relational.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -778,7 +778,8 @@ fn enum_arrays() {
778778
let spectrum = entity! { THINGS_SCHEMA =>
779779
id: "rainbow",
780780
main: "yellow",
781-
all: vec!["yellow", "red", "BLUE"]
781+
all: vec!["yellow", "red", "BLUE"],
782+
vid: 0i64
782783
};
783784

784785
insert_entity(

0 commit comments

Comments
 (0)