MCPcopy Create free account
hub / github.com/Sifchain/sifnode / TestKeeper_NewMsgServerImpl

Function TestKeeper_NewMsgServerImpl

x/margin/keeper/msg_server_test.go:23–29  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

21)
22
23func TestKeeper_NewMsgServerImpl(t *testing.T) {
24 _, app := test.CreateTestAppMargin(false)
25 marginKeeper := app.MarginKeeper
26
27 got := keeper.NewMsgServerImpl(marginKeeper)
28 require.NotNil(t, got)
29}
30
31func TestKeeper_Open(t *testing.T) {
32 table := []struct {

Callers

nothing calls this directly

Calls 2

CreateTestAppMarginFunction · 0.92
NewMsgServerImplFunction · 0.92

Tested by

no test coverage detected