e90b21bc8e
1. add bond,auction, nameserivce module 2. update to v0.12.2 ethermint version 3. fix the test cases 4. add gql server
15 lines
406 B
Go
15 lines
406 B
Go
package auction_test
|
|
|
|
// func TestItCreatesModuleAccountOnInitBlock(t *testing.T) {
|
|
// app := app2.Setup(false)
|
|
// ctx := app.BaseApp.NewContext(false, tmproto.Header{})
|
|
|
|
// app.InitChain(abcitypes.RequestInitChain{
|
|
// AppStateBytes: []byte("{}"),
|
|
// ChainId: "test-chain-id",
|
|
// })
|
|
|
|
// acc := app.AccountKeeper.GetModuleAccount(ctx, auctiontypes.ModuleName)
|
|
// require.NotNil(t, acc)
|
|
// }
|