update for postgresjson

This commit is contained in:
2019-08-04 20:07:46 +02:00
parent ba398a3ee7
commit 6ffe529b4e
2 changed files with 2 additions and 1 deletions

1
.idea/gradle.xml generated
View File

@@ -14,6 +14,7 @@
<option value="$PROJECT_DIR$" />
</set>
</option>
<option name="useAutoImport" value="true" />
<option name="useQualifiedModuleNames" value="true" />
</GradleProjectSettings>
</option>

View File

@@ -46,7 +46,7 @@ class RunCucumberTest: En, KoinTest {
getFixturesRequester()
.getQueries()
.sortedBy { it.name }
.forEach { it.exec() }
.forEach { it.sendQuery() }
logger?.info("Fixtures Done")
}