certificate/authorization: fix test name
Tests use / to indicate sub-test use a different name to not confuse tools. Change-Id: I3d18c5063a684b3f79011c99421c6562189bd15b
This commit is contained in:
parent
621b4e7f92
commit
39d77c31e8
@ -164,7 +164,7 @@ func TestParseToken_Invalid(t *testing.T) {
|
||||
userID + tokenDelimiter + base58.CheckEncode(append(data[:], []byte{0, 0, 0}...), tokenVersion),
|
||||
},
|
||||
{
|
||||
"data checksum/format error",
|
||||
"data checksum or format error",
|
||||
userID + tokenDelimiter + base58.CheckEncode(data[:], tokenVersion)[:len(base58.CheckEncode(data[:], tokenVersion))-4] + "0000",
|
||||
},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user