mirror of https://github.com/velour/catbase.git
go fmt
This commit is contained in:
parent
f164530359
commit
c639d460ac
|
@ -265,7 +265,6 @@ func TestBabblerBadMiddleOutSeed(t *testing.T) {
|
|||
assert.Equal(t, mb.Messages[0], "seabass never said 'anything true'")
|
||||
}
|
||||
|
||||
|
||||
func TestBabblerBatch(t *testing.T) {
|
||||
mb := bot.NewMockBot()
|
||||
c := New(mb)
|
||||
|
|
|
@ -3,8 +3,8 @@
|
|||
package reaction
|
||||
|
||||
import (
|
||||
"time"
|
||||
"math/rand"
|
||||
"time"
|
||||
|
||||
"github.com/velour/catbase/bot"
|
||||
"github.com/velour/catbase/bot/msg"
|
||||
|
|
Loading…
Reference in New Issue