Skip to content

Commit

Permalink
Try to improve test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
radovanradic committed Nov 19, 2024
1 parent 6029580 commit 3b93ee7
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
package io.micronaut.data.jdbc.h2.identity

import io.micronaut.context.annotation.Property
import io.micronaut.data.jdbc.h2.H2DBProperties
import io.micronaut.test.extensions.spock.annotation.MicronautTest
import jakarta.inject.Inject
import spock.lang.Specification

@H2DBProperties
@Property(name = "datasources.default.packages", value = "io.micronaut.data.jdbc.h2.identity")
@Property(name = "datasources.default.batch-generate", value = "true")
@MicronautTest
class SameIdentityRepositorySpec extends Specification {
@Inject
Expand Down

0 comments on commit 3b93ee7

Please sign in to comment.