Removed wrong test
Reviewers: teon.banek Reviewed By: teon.banek Differential Revision: https://phabricator.memgraph.io/D277
This commit is contained in:
parent
0c5b2bdc8e
commit
9ab4beac60
@ -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
|
||||
|
||||
Scenario: Set test:
|
||||
Given an empty graph
|
||||
And having executed:
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user