Skip to content

Commit

Permalink
use correct common package in TestConfigure (#1089)
Browse files Browse the repository at this point in the history
  • Loading branch information
atavism authored Jun 4, 2024
1 parent facb61d commit fb4043e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internalsdk/ios/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"time"

"github.com/fsnotify/fsnotify"
"github.com/getlantern/flashlight/v7/common"
"github.com/getlantern/lantern-client/internalsdk/common"
"github.com/stretchr/testify/require"
)

Expand All @@ -19,7 +19,7 @@ const (
)

func TestConfigure(t *testing.T) {
common.CompileTimeApplicationVersion = "8.0.0"
common.ApplicationVersion = "8.0.0"
common.LibraryVersion = "8.0.0"
tmpDir, err := os.MkdirTemp("", "config_test")
require.NoError(t, err)
Expand Down

0 comments on commit fb4043e

Please sign in to comment.