mirror of
https://github.com/ceph/go-ceph
synced 2025-01-08 23:10:08 +00:00
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
Block a user