Fix test.
This commit is contained in:
parent
80c2158605
commit
544d1dfcb5
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ func TestOpenClose(t *testing.T) {
|
||||||
// UpdateStatus - maybe we move this into wsapi_test.go but the websocket
|
// UpdateStatus - maybe we move this into wsapi_test.go but the websocket
|
||||||
// created here is needed. This helps tests that the websocket was setup
|
// created here is needed. This helps tests that the websocket was setup
|
||||||
// and it is working.
|
// and it is working.
|
||||||
if err = d.UpdateStatus(0, time.Now().String()); err != nil {
|
if err = d.UpdateStatus(0, time.Now().String(), ""); err != nil {
|
||||||
t.Errorf("UpdateStatus error: %+v", err)
|
t.Errorf("UpdateStatus error: %+v", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue