Skip to content

Commit fef5fda

Browse files
Fix: Set global chainID in TestGetSignatureFormat
Co-Authored-By: Chris Li <chris.li.2046@gmail.com>
1 parent 24d7a06 commit fef5fda

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

aggregator/auth_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,8 @@ func TestGetKeyWithSignature(t *testing.T) {
178178
func TestGetSignatureFormat(t *testing.T) {
179179
logger, _ := sdklogging.NewZapLogger("development")
180180

181+
SetGlobalChainID(big.NewInt(1))
182+
181183
r := RpcServer{
182184
config: &config.Config{
183185
JwtSecret: []byte("test123"),

0 commit comments

Comments
 (0)