Skip to content
Snippets Groups Projects
Verified Commit c09919ee authored by Timm Fitschen's avatar Timm Fitschen
Browse files

MAINT: fix test

parent 5fd69574
No related branches found
No related tags found
1 merge request!28Release 0.2.2
Pipeline #30859 passed
......@@ -1282,7 +1282,7 @@ TEST_F(test_transaction, test_full_workflow) {
insert_status = insert_transaction->Execute();
auto retr_transaction(connection->CreateTransaction());
retr_transaction->Query("FIND Experiment");
retr_transaction->Query("FIND ENTITY Experiment");
retr_transaction->Execute();
EXPECT_EQ(retr_transaction->GetResultSet().size(), 1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment