Skip to content

Commit

Permalink
move test package
Browse files Browse the repository at this point in the history
  • Loading branch information
rtc11 committed Mar 14, 2024
1 parent f64232c commit e201bb4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package no.nav.aap.kafka.streams.v2.test
package lib.kafka

import org.apache.kafka.streams.KeyValue
import org.apache.kafka.streams.TestOutputTopic
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package no.nav.aap.kafka.streams.v2.test
package lib.kafka

import io.micrometer.core.instrument.MeterRegistry
import io.micrometer.core.instrument.binder.kafka.KtorKafkaMetrics
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package no.nav.aap.kafka.streams.v2.test
package lib.kafka

import org.apache.kafka.streams.TestInputTopic
import org.apache.kafka.streams.TestOutputTopic
Expand Down
2 changes: 1 addition & 1 deletion kafka-streams-test/test/libs/kafka/Test.kt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package libs.kafka

import io.micrometer.core.instrument.simple.SimpleMeterRegistry
import lib.kafka.StreamsMock
import libs.kafka.serde.StringSerde
import no.nav.aap.kafka.streams.v2.test.StreamsMock
import org.junit.jupiter.api.Test
import kotlin.test.assertEquals

Expand Down

0 comments on commit e201bb4

Please sign in to comment.