Skip to content

Commit 866f2af

Browse files
committed
fix: Cockroach > Fix Auto translation test
1 parent 429e487 commit 866f2af

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

backend/data/src/main/kotlin/io/tolgee/development/testDataBuilder/TestDataService.kt

-2
Original file line numberDiff line numberDiff line change
@@ -256,8 +256,6 @@ class TestDataService(
256256
projectBuilders.forEach { projectBuilder ->
257257
executeInNewTransaction(transactionManager) {
258258
projectService.save(projectBuilder.self)
259-
}
260-
executeInNewTransaction(transactionManager) {
261259
saveAllProjectDependants(projectBuilder)
262260
}
263261
}

0 commit comments

Comments
 (0)