(t *testing.T)
| 21 | ) |
| 22 | |
| 23 | func 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 | |
| 31 | func TestKeeper_Open(t *testing.T) { |
| 32 | table := []struct { |
nothing calls this directly
no test coverage detected