Skip to content

Commit

Permalink
txscript: Fix duplicate test name.
Browse files Browse the repository at this point in the history
  • Loading branch information
aarcamp authored and davecgh committed Aug 22, 2019
1 parent d6be7cb commit 8371deb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions txscript/engine_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -304,15 +304,15 @@ func TestCheckSignatureEncoding(t *testing.T) {
isValid: false,
},
{
name: "X == N ",
name: "X == N",
sig: hexToBytes("30440220fffffffffffffffffffffffffffff" +
"ffebaaedce6af48a03bbfd25e8cd0364141022018152" +
"2ec8eca07de4860a4acdd12909d831cc56cbbac46220" +
"82221a8768d1d09"),
isValid: false,
},
{
name: "X == N ",
name: "X > N",
sig: hexToBytes("30440220fffffffffffffffffffffffffffff" +
"ffebaaedce6af48a03bbfd25e8cd0364142022018152" +
"2ec8eca07de4860a4acdd12909d831cc56cbbac46220" +
Expand Down

0 comments on commit 8371deb

Please sign in to comment.