Skip to content

Commit

Permalink
Resolve minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
yogeshbdeshpande committed Dec 2, 2021
1 parent 4c5ef96 commit ea7b1c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comid/measurement_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ func TestMkey_UnmarshalCBOR_uint_notok(t *testing.T) {
expected string
}{
{
mkey: MustHexDecode(t, "abcd"),
mkey: []byte{0xAB, 0xCD},
expected: "unexpected EOF",
},
}
Expand Down

0 comments on commit ea7b1c7

Please sign in to comment.