remove redundant

This commit is contained in:
ggmaleva 2021-10-06 13:41:59 +03:00
parent 70ea2eb97c
commit a7d604c126
No known key found for this signature in database
GPG Key ID: 0E412B78565B108F

View File

@ -1,10 +0,0 @@
package com.rbkmoney.fraudbusters.management.dao;
import com.rbkmoney.testcontainers.annotations.postgresql.PostgresqlTestcontainerSingleton;
import org.springframework.boot.test.autoconfigure.jooq.JooqTest;
@PostgresqlTestcontainerSingleton
@JooqTest
public abstract class AbstractPostgresIntegrationTest {
}