You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is because the test never had the correct expected data as they never tested matchedVertex correctly. Therefore, the tests should be refactored and expect the correct data, and enable the matchedVertex check.
The text was updated successfully, but these errors were encountered:
#3131 adds testing of matchedVertex to Gaffer tests but does not fully add it for GetElementsIT:
Gaffer/integration-test/src/test/java/uk/gov/gchq/gaffer/integration/impl/GetElementsIT.java
Lines 655 to 661 in c67d5a3
This is because the test never had the correct expected data as they never tested matchedVertex correctly. Therefore, the tests should be refactored and expect the correct data, and enable the matchedVertex check.
The text was updated successfully, but these errors were encountered: