mirror of https://github.com/ceph/go-ceph
test: add testify/assert dep
Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
This commit is contained in:
parent
ec33d6739a
commit
be2d82bd8f
|
@ -4,6 +4,7 @@ import (
|
|||
"github.com/noahdesu/go-rados/rados"
|
||||
"github.com/noahdesu/go-rados/rbd"
|
||||
"testing"
|
||||
"github.com/stretchr/testify/assert"
|
||||
)
|
||||
|
||||
func TestImports(t *testing.T) {
|
||||
|
|
Loading…
Reference in New Issue