mirror of https://github.com/ceph/go-ceph
test: fix import path
Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
This commit is contained in:
parent
ced9be0281
commit
e2332ecd37
|
@ -2,7 +2,7 @@ package rados_test
|
|||
|
||||
import "testing"
|
||||
//import "bytes"
|
||||
import "github.com/noahdesu/rados"
|
||||
import "github.com/noahdesu/go-rados"
|
||||
import "github.com/stretchr/testify/assert"
|
||||
import "os"
|
||||
import "os/exec"
|
||||
|
|
Loading…
Reference in New Issue