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

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")
}