Browse Source

Fix number of commands test

pull/155/head
Richard Lewis 7 years ago
parent
commit
07d27b67b1
  1. 2
      src/github.com/matrix-org/go-neb/services/google/google_test.go

2
src/github.com/matrix-org/go-neb/services/google/google_test.go

@ -100,7 +100,7 @@ func TestCommand(t *testing.T) {
// Execute the matrix !command
cmds := google.Commands(matrixCli)
if len(cmds) != 2 {
if len(cmds) != 3 {
t.Fatalf("Unexpected number of commands: %d", len(cmds))
}
// cmd := cmds[0]

Loading…
Cancel
Save