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:
Petr Mikusek 2018-03-02 19:56:46 +01:00 committed by GitHub
parent 1feaf062ef
commit d7b498f498
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import (
"testing"
"time"
"github.com/json-iterator/go/assert"
"github.com/stretchr/testify/assert"
)
type floatValue float64