Skip to content
Snippets Groups Projects
Unverified Commit 9c53be74 authored by Martin Weise's avatar Martin Weise
Browse files

Added necessary metadata

parent 3df00c86
No related branches found
No related tags found
2 merge requests!146Resolve "Remove old queries",!144Revert
......@@ -439,7 +439,9 @@ public class QueryServiceIntegrationTest extends BaseUnitTest {
.query("SELECT `location`, `lat`, `lng` FROM `weather_location` WHERE `location` = \"Vienna\"")
.queryHash(QUERY_1_QUERY_HASH)
.resultHash(null)
.resultNumber(0L)
.created(QUERY_1_CREATED)
.executed(QUERY_1_EXECUTION)
.createdBy(USER_1_USERNAME)
.isPersisted(true)
.build();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment