Skip to content

Commit

Permalink
Fixed missing test
Browse files Browse the repository at this point in the history
  • Loading branch information
greymistcube committed Apr 29, 2024
1 parent 5bd809c commit a9e7e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libplanet.Net.Tests/Messages/MessageTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ public void GetId()
var message = new BlockHeaderMsg(genesis.Hash, genesis.Header);
Assert.Equal(
new MessageId(ByteUtil.ParseHex(
"b679318b18ec1efb98ac53beecc811aaef97718ebd30996080bb33305f84dc69")),
"22a7b4b075e5d93677f044796bd9f32b5181de8d7454c374afb9a37ecb7edbc1")),
message.Id);
}

Expand Down

0 comments on commit a9e7e1d

Please sign in to comment.