Skip to content

Commit 4afc4ef

Browse files
committed
Fix live test
1 parent c86221b commit 4afc4ef

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

test/e2e/shared.js

+7-2
Original file line numberDiff line numberDiff line change
@@ -246,11 +246,16 @@ export default async (db, { surrealql, PreparedQuery }) => {
246246
},
247247
{
248248
action: "DELETE",
249-
result: "live_test:1"
249+
result: {
250+
id: "live_test:1"
251+
}
250252
},
251253
{
252254
action: "DELETE",
253-
result: "live_test:2"
255+
result: {
256+
id: "live_test:2",
257+
prop: 2,
258+
}
254259
},
255260
];
256261

0 commit comments

Comments
 (0)