Skip to content

Commit

Permalink
Migration to go testing framework. Fixes issue 106
Browse files Browse the repository at this point in the history
Migrating from "github.com/bmizerany/assert" (which is not maintained now) to "github.com/stretchr/testify/assert"

Fix for fluent#106
  • Loading branch information
wasim-nihal committed Jul 31, 2023
1 parent 5538e90 commit 0740499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fluent/fluent_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
"testing"
"time"

"github.com/bmizerany/assert"
"github.com/stretchr/testify/assert"
"github.com/tinylib/msgp/msgp"
)

Expand Down

0 comments on commit 0740499

Please sign in to comment.