Skip to content

Commit

Permalink
refactor(runtimes): fix integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dimartiro committed Mar 30, 2023
1 parent 3cf415b commit a380828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dot/rpc/modules/author_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ func TestAuthorModule_SubmitExtrinsic_WithVersion_V0929(t *testing.T) {
expected := &transaction.ValidTransaction{
Extrinsic: expectedExtrinsic,
Validity: &transaction.Validity{
Priority: 4295664014726,
Priority: 36074,
Provides: [][]byte{
common.MustHexToBytes("0xd43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d00000000"),
},
Expand Down

0 comments on commit a380828

Please sign in to comment.