Skip to content

Commit 6726150

Browse files
committed
fixup! sphinx_test: onion message packet creation
1 parent 2accdef commit 6726150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sphinx_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ func TestTLVPayloadMessagePacket(t *testing.T) {
429429

430430
// Finally, we expect that our packet matches the packet included in
431431
// the spec's test vectors.
432-
require.Equalf(t, b.Bytes(), finalPacket, "final packet does not "+
432+
require.Equalf(t, finalPacket, b.Bytes(), "final packet does not "+
433433
"match expected BOLT 4 packet, want: %s, got %s",
434434
hex.EncodeToString(finalPacket), hex.EncodeToString(b.Bytes()))
435435
}

0 commit comments

Comments
 (0)