Skip to content

Commit 71ad037

Browse files
authored
Merge pull request #51 from mszarlinski/bugfix/change-test-case-name
Rename MeteredDomainEventPublisherIT
2 parents 61af1d4 + 5b79739 commit 71ad037

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed
Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,17 @@ package io.pillopl.library.common.events.publisher
22

33
import groovy.transform.CompileStatic
44
import io.micrometer.core.instrument.MeterRegistry
5-
import io.pillopl.library.LibraryApplication
65
import io.pillopl.library.commons.events.DomainEvent
76
import io.pillopl.library.commons.events.publisher.MeteredDomainEventPublisher
87
import io.pillopl.library.lending.LendingTestContext
98
import org.springframework.beans.factory.annotation.Autowired
109
import org.springframework.boot.test.context.SpringBootTest
11-
import org.springframework.test.context.ContextConfiguration
1210
import spock.lang.Specification
1311

14-
import java.awt.event.TextEvent
1512
import java.time.Instant
1613

1714
@SpringBootTest(classes = [LendingTestContext.class, DomainEventsTestConfig.class])
18-
class MeteredDomainEventPublisherSpec extends Specification {
15+
class MeteredDomainEventPublisherIT extends Specification {
1916

2017
@Autowired
2118
MeterRegistry meterRegistry

0 commit comments

Comments
 (0)