Skip to content
Prev Previous commit
Next Next commit
fix linting
Signed-off-by: Florian Bacher <[email protected]>
  • Loading branch information
bacherfl authored and toddbaert committed Jun 27, 2024
commit cf61f46a006877e484139edf11d93183394d4062
2 changes: 1 addition & 1 deletion core/pkg/evaluator/fractional_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ package evaluator

import (
"context"
"github.com/stretchr/testify/assert"
"testing"

"github.com/open-feature/flagd/core/pkg/logger"
"github.com/open-feature/flagd/core/pkg/model"
"github.com/open-feature/flagd/core/pkg/store"
"github.com/stretchr/testify/assert"
)

func TestFractionalEvaluation(t *testing.T) {
Expand Down