Skip to content

Commit

Permalink
fix: set correct string to parse fp signed msgs
Browse files Browse the repository at this point in the history
  • Loading branch information
RafilxTenfen committed Oct 2, 2024
1 parent 9482c5b commit 1e59e84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/software_upgrade_e2e_signet_launch_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ func (s *SoftwareUpgradeV1TestnetTestSuite) TestUpgradeSignetLaunch() {
oldFPsLen := 0 // it should not have any FP
fpsFromNode := n.QueryFinalityProviders()

fpsInserted, err := v1.LoadSignedFPsFromData(bbnApp.AppCodec(), bbnApp.TxConfig().TxJSONDecoder(), testnet.FinalityParamStr)
fpsInserted, err := v1.LoadSignedFPsFromData(bbnApp.AppCodec(), bbnApp.TxConfig().TxJSONDecoder(), testnet.SignedFPsStr)
s.NoError(err)
s.Equal(len(fpsInserted), len(fpsFromNode)+oldFPsLen)

Expand Down

0 comments on commit 1e59e84

Please sign in to comment.