We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67c025c commit a3cecc7Copy full SHA for a3cecc7
src/test/scala/io/iohk/ethereum/network/p2p/MessageDecodersSpec.scala
@@ -187,7 +187,7 @@ class MessageDecodersSpec extends AnyFlatSpec with Matchers with SecureRandomBui
187
}
188
189
it should "not decode message not existing in given protocol" in {
190
- decode(ProtocolVersions.ETH63).fromBytes(Codes.SignedTransactionsCode, blockHashesFromNumberBytes) shouldBe a [Left[_, Message]]
+ decode(ProtocolVersions.ETH63).fromBytes(Codes.SignedTransactionsCode, blockHashesFromNumberBytes) shouldBe a[Left[_, Message]]
191
192
193
0 commit comments