Update tests to use gotest.tools angel

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
Vincent Demeester
2018-06-08 21:02:01 +02:00
parent 3830180ce5
commit 832b05ae67
15 changed files with 21 additions and 21 deletions

View File

@@ -24,7 +24,7 @@ import (
"testing"
"github.com/containerd/containerd/mount"
"github.com/gotestyourself/gotestyourself/assert"
"gotest.tools/assert"
)
// Unmount unmounts a given mountPoint and sets t.Error if it fails