Rename test.
I assume "hist at max" is leftover from when it was possible to set more than one alt sign address.
This commit is contained in:
parent
5aa8f9faaf
commit
49f68fd5ec
@ -189,7 +189,7 @@ func TestSetAltSignAddress(t *testing.T) {
|
|||||||
},
|
},
|
||||||
wantCode: http.StatusBadRequest,
|
wantCode: http.StatusBadRequest,
|
||||||
}, {
|
}, {
|
||||||
name: "hist at max",
|
name: "only one alt sign addr allowed",
|
||||||
addr: testAddr,
|
addr: testAddr,
|
||||||
isExistingAltSignAddr: true,
|
isExistingAltSignAddr: true,
|
||||||
wantCode: http.StatusBadRequest,
|
wantCode: http.StatusBadRequest,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user