Skip to content

Commit

Permalink
#3023 updated validation in conn provider test
Browse files Browse the repository at this point in the history
  • Loading branch information
bturos committed Oct 19, 2023
1 parent 35a11fd commit 9d673e3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,8 @@ class AmqpConnectionProvidersSpec extends AmqpSpec {

val newConnection = reusableConnectionProvider.get
newConnection should not be (originalConnection)
newConnection.isOpen shouldBe true
originalConnection.isOpen should not be true
}
}
}

0 comments on commit 9d673e3

Please sign in to comment.