Skip to content

Commit a3cecc7

Browse files
[ETCM-355] Fix style
1 parent 67c025c commit a3cecc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/scala/io/iohk/ethereum/network/p2p/MessageDecodersSpec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ class MessageDecodersSpec extends AnyFlatSpec with Matchers with SecureRandomBui
187187
}
188188

189189
it should "not decode message not existing in given protocol" in {
190-
decode(ProtocolVersions.ETH63).fromBytes(Codes.SignedTransactionsCode, blockHashesFromNumberBytes) shouldBe a [Left[_, Message]]
190+
decode(ProtocolVersions.ETH63).fromBytes(Codes.SignedTransactionsCode, blockHashesFromNumberBytes) shouldBe a[Left[_, Message]]
191191

192192
}
193193

0 commit comments

Comments
 (0)