Skip to content

Commit

Permalink
fix: lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
a3828162 committed Oct 18, 2024
1 parent a9d5f42 commit 422f93b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/suci/suci_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ func TestToSupi(t *testing.T) {
expectedErr: fmt.Errorf("crypto/elliptic: attempted operation on invalid point"),
},
{
suci: "suci-0-001-01-0-2-2-03a7b1db2a9db9d44112b59d03d8243dc6089fd91d2ecb78f5d16298634682e94373888b22bdc9293d1681922e17",
suci: "suci-0-001-01-0-2-2-03a7b1db2a9db9d44112b59d03d8243dc6089fd91d2ecb" +
"78f5d16298634682e94373888b22bdc9293d1681922e17",
expectedSupi: "imsi-001010123456789",
expectedErr: nil,
},
Expand Down

0 comments on commit 422f93b

Please sign in to comment.