x/auth: crank the test coverage

This commit is contained in:
Ethan Buchman
2018-03-17 21:20:24 +01:00
parent 3babf8c2d9
commit dd4a86b856
6 changed files with 131 additions and 46 deletions
-3
View File
@@ -273,9 +273,6 @@ func TestQuizMsg(t *testing.T) {
func SignCheckDeliver(t *testing.T, bapp *BasecoinApp, msg sdk.Msg, seq int64, expPass bool) {
// TODO:
var fee sdk.StdFee
// Sign the tx
tx := sdk.NewStdTx(msg, fee, []sdk.StdSignature{{
PubKey: priv1.PubKey(),