DROPME add failing test to check ci/cd
Some checks failed
Validate the build / validate-build (push) Failing after 1m0s
Some checks failed
Validate the build / validate-build (push) Failing after 1m0s
This commit is contained in:
@ -12,6 +12,8 @@ func TestDeHex(t *testing.T) {
|
||||
assert.NotNil(t, b)
|
||||
assert.Len(t, b, 0)
|
||||
|
||||
assert.NotNil(t, nil, "testing ci/cd test failure")
|
||||
|
||||
b = util.DeHex("deadbeef")
|
||||
assert.NotNil(t, b)
|
||||
assert.Equal(t, []byte("\xde\xad\xbe\xef"), b)
|
||||
|
Reference in New Issue
Block a user