Removed wrong test

Reviewers: teon.banek

Reviewed By: teon.banek

Differential Revision: https://phabricator.memgraph.io/D277
This commit is contained in:
Matej Gradiček 2017-04-13 14:02:24 +00:00
parent 0c5b2bdc8e
commit 9ab4beac60
2 changed files with 9 additions and 9 deletions

View File

@ -1,12 +1,4 @@
Feature: Unstable
Scenario: Fail scenario:
Given an empty graph
When executing query:
"""
CREATE (a:A) CREATE (a:B)
"""
Then the result should be empty
Feature: Unstable
Scenario: Set test:
Given an empty graph
And having executed:

View File

@ -1099,3 +1099,11 @@ Feature: test03
"""
Then the result should be empty
Scenario: Exception test scenario:
Given an empty graph
When executing query:
"""
CREATE(a:A) CREATE(a:B)
"""
Then an error should be raised