mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-14 02:53:50 +00:00
interact: fix interact tests
This commit is contained in:
parent
17322cbc09
commit
42430fde4b
|
@ -103,8 +103,7 @@ func TestCustomInteraction(t *testing.T) {
|
||||||
globalInteraction := New()
|
globalInteraction := New()
|
||||||
|
|
||||||
telegram := &Telegram{
|
telegram := &Telegram{
|
||||||
Bot: b,
|
Bot: b,
|
||||||
Interact: globalInteraction,
|
|
||||||
}
|
}
|
||||||
globalInteraction.SetMessenger(telegram)
|
globalInteraction.SetMessenger(telegram)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user