From ce3a7d6fc2d2dc3acf95b5e460a24616cb344e75 Mon Sep 17 00:00:00 2001 From: Matej Ferencevic Date: Wed, 20 Feb 2019 10:24:34 +0100 Subject: [PATCH] Improve mg_import_csv test Summary: Check that the import works without a specified field type. Reviewers: teon.banek Reviewed By: teon.banek Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D1877 --- tools/tests/csv/comment_nodes.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/tests/csv/comment_nodes.csv b/tools/tests/csv/comment_nodes.csv index 9591ebc20..fe244948b 100644 --- a/tools/tests/csv/comment_nodes.csv +++ b/tools/tests/csv/comment_nodes.csv @@ -1,4 +1,4 @@ -id:ID(COMMENT_ID)|country:string|browser:string|content:string|:LABEL +id:ID(COMMENT_ID)|country|browser:string|content:string|:LABEL 0|Croatia|Chrome|yes|Message;Comment 1|Ă–United KingdomĂ–|Chrome|thanks|Message;Comment