Skip to content

Commit

Permalink
#13 Fixed codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
vityaman committed Mar 21, 2024
1 parent efa79d1 commit 82d562c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import org.testcontainers.containers.PostgreSQLContainer
import org.testcontainers.junit.jupiter.Container
import org.testcontainers.utility.MountableFile

@Suppress("UtilityClassWithPublicConstructor")
abstract class BaseTestSuite {
companion object {
@Container
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import org.junit.jupiter.api.*
import org.junit.jupiter.api.MethodOrderer.OrderAnnotation
import org.springframework.beans.factory.annotation.Autowired
import org.springframework.boot.test.context.SpringBootTest
import org.testcontainers.junit.jupiter.Testcontainers
import ru.itmo.lms.gateway.BaseTestSuite
import ru.itmo.lms.gateway.api.http.NoteDraftMessage
import ru.itmo.lms.gateway.api.http.NoteMessage
Expand Down

0 comments on commit 82d562c

Please sign in to comment.