Skip to content

Commit 0740499

Browse files
committed
Migration to go testing framework. Fixes issue 106
Migrating from "github.com/bmizerany/assert" (which is not maintained now) to "github.com/stretchr/testify/assert" Fix for fluent#106
1 parent 5538e90 commit 0740499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fluent/fluent_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
"testing"
1414
"time"
1515

16-
"github.com/bmizerany/assert"
16+
"github.com/stretchr/testify/assert"
1717
"github.com/tinylib/msgp/msgp"
1818
)
1919

0 commit comments

Comments
 (0)