forked from mirror/tinyqueue
Fix test dependency assert
* github.com/json-iterator/go/assert is non-existent in master * replace with github.com/stretchr/testify/assert
This commit is contained in:
parent
1feaf062ef
commit
d7b498f498
|
@ -6,7 +6,7 @@ import (
|
|||
"testing"
|
||||
"time"
|
||||
|
||||
"github.com/json-iterator/go/assert"
|
||||
"github.com/stretchr/testify/assert"
|
||||
)
|
||||
|
||||
type floatValue float64
|
||||
|
|
Loading…
Reference in New Issue