This commit is contained in:
Chris Sexton 2018-05-02 07:02:04 -04:00
parent f164530359
commit c639d460ac
9 changed files with 22 additions and 23 deletions

View File

@ -265,7 +265,6 @@ func TestBabblerBadMiddleOutSeed(t *testing.T) {
assert.Equal(t, mb.Messages[0], "seabass never said 'anything true'") assert.Equal(t, mb.Messages[0], "seabass never said 'anything true'")
} }
func TestBabblerBatch(t *testing.T) { func TestBabblerBatch(t *testing.T) {
mb := bot.NewMockBot() mb := bot.NewMockBot()
c := New(mb) c := New(mb)

View File

@ -3,8 +3,8 @@
package reaction package reaction
import ( import (
"time"
"math/rand" "math/rand"
"time"
"github.com/velour/catbase/bot" "github.com/velour/catbase/bot"
"github.com/velour/catbase/bot/msg" "github.com/velour/catbase/bot/msg"