Skip to content

Commit

Permalink
πŸ› fix(lint): fix linters >>> ⏰ 5m
Browse files Browse the repository at this point in the history
  • Loading branch information
logicalangel committed Jun 22, 2024
1 parent 2afc924 commit fadecbf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/crypto/bls/identity_test.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
package bls

import (
"testing"

"github.com/TimeleapLabs/unchained/internal/config"
"github.com/stretchr/testify/suite"
"testing"
)

const SamplePrivateKey = "3b885a8a8f043724abfa865eccd38f536887d9ea1c08a742720e810f38a86872"
Expand Down

0 comments on commit fadecbf

Please sign in to comment.