Vet errors

This commit is contained in:
Alex Dadgar
2015-11-03 13:37:45 -08:00
parent 2291ea9060
commit a6f9aeb1b1
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ import (
"strconv"
"time"
"github.com/docker/docker/vendor/src/gopkg.in/fsnotify.v1"
"github.com/go-fsnotify/fsnotify"
"github.com/hashicorp/go-multierror"
"github.com/hashicorp/nomad/command"
"github.com/hashicorp/nomad/helper/discover"

View File

@@ -106,7 +106,7 @@ func TestSpawn_Callback(t *testing.T) {
}
if err := spawn.Spawn(cb); err == nil {
t.Fatalf("Spawn(%#v) should have errored; want %v", cb, err, cbErr)
t.Fatalf("Spawn(%#v) should have errored; want %v", cb, cbErr)
}
if !called {