fix error package import.

This commit is contained in:
jolestar 2017-03-27 10:35:57 +08:00 committed by Aspire
parent aa590c2ce1
commit 7e046f51db
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ import (
"testing"
"time"
"github.com/stretchr/testify/assert"
"github.com/pkg/errors"
"errors"
)
func TestWaitForSpecificOrError(t *testing.T){