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:
jholdstock 2022-03-30 12:41:31 +01:00 committed by Jamie Holdstock
parent 5aa8f9faaf
commit 49f68fd5ec

View File

@ -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,