Skip to content

Commit 607e6e7

Browse files
chore: fix formatting in tokens service
Signed-off-by: SurbhiAgarwal1 <agarwalsurbhi1807@gmail.com>
1 parent 4f9ab21 commit 607e6e7

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

token/services/tokens/validation_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ func TestValidateAppendRequest(t *testing.T) {
9292
assert.Contains(t, err.Error(), "token metadata too large")
9393
})
9494

95-
9695
t.Run("WalletIDTooLarge", func(t *testing.T) {
9796
req := &AppendRequest{
9897
Tokens: []TokenToAppend{

0 commit comments

Comments
 (0)