We should test whether our Graql queries throw semantic, syntax, or other exceptions.
Current Workaround
The BDD tests, which do not support error type testing at present, test that an error was thrown, but do not inspect the error type to verify that it is correct.
Problem to Solve
We should test whether our Graql queries throw semantic, syntax, or other exceptions.
Current Workaround
The BDD tests, which do not support error type testing at present, test that an error was thrown, but do not inspect the error type to verify that it is correct.