Skip to content

Commit

Permalink
fix spec
Browse files Browse the repository at this point in the history
  • Loading branch information
rolang committed Sep 3, 2024
1 parent 81fa197 commit f2a0002
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,9 @@ object AvroPublisherSpec extends ZIOSpecDefault {
)
publishedOrderingKeys = testMessages.map(_.orderingKey)
consumedOrderingKeys = consumed.map(_.meta.orderingKey)
<<<<<<< HEAD:zio-gc-pubsub-google-test/src/test/scala/com/anymindgroup/pubsub/google/AvroPublisherSpec.scala
_ <- assert(publishedOrderingKeys)(hasSameElements(consumedOrderingKeys))
} yield assert(consumedAttr)(hasSameElements(publishedAttrs))
=======
_ <- assert(consumedAttr)(hasSameElements(publishedAttrs))
} yield assert(publishedOrderingKeys)(hasSameElements(consumedOrderingKeys))
>>>>>>> master:zio-pubsub-google-test/zio-gc-pubsub-google-test/src/test/scala/com/anymindgroup/pubsub/google/AvroPublisherSpec.scala
}) ::
List(
Encoding.Json,
Expand Down

0 comments on commit f2a0002

Please sign in to comment.