mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 01:01:56 +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()
|
||||
|
||||
telegram := &Telegram{
|
||||
Bot: b,
|
||||
Interact: globalInteraction,
|
||||
Bot: b,
|
||||
}
|
||||
globalInteraction.SetMessenger(telegram)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user