Skip to content

Commit

Permalink
Fix type returns
Browse files Browse the repository at this point in the history
  • Loading branch information
JeancarloBarrios committed Dec 17, 2024
1 parent 0c8de44 commit 193891e
Show file tree
Hide file tree
Showing 9 changed files with 987 additions and 51 deletions.
5 changes: 4 additions & 1 deletion baseapp/abci_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,11 @@ import (
"errors"
"fmt"
"math/rand"
"os"
"os/signal"
"strconv"
"strings"
"syscall"
"testing"
"time"

Expand Down Expand Up @@ -2542,7 +2545,7 @@ func TestABCI_HaltChain(t *testing.T) {
}
}()

app := NewBaseApp(
app := NewBaseapp(
name, logger, db, nil,
SetHaltHeight(tc.haltHeight),
SetHaltTime(tc.haltTime),
Expand Down
221 changes: 221 additions & 0 deletions scripts/store/mock/cosmos_cosmos_db_DB.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

47 changes: 47 additions & 0 deletions scripts/testutil/mock/grpc_server.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 193891e

Please sign in to comment.