Skip to content

Commit b058e68

Browse files
committed
lint fix
Signed-off-by: Angelo De Caro <adc@zurich.ibm.com>
1 parent a7ccfba commit b058e68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

token/driver/request_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1774,7 +1774,7 @@ func TestMarshalToMessageToSign_V1_Success(t *testing.T) {
17741774
require.NotNil(t, msg)
17751775

17761776
// V1 uses structured ASN.1 format
1777-
assert.Greater(t, len(msg), 0)
1777+
assert.NotEmpty(t, msg)
17781778
}
17791779

17801780
// TestMarshalToMessageToSign_V1_EmptyAnchor tests V1 validation for empty anchor

0 commit comments

Comments
 (0)