Skip to content

Commit

Permalink
Fix export
Browse files Browse the repository at this point in the history
  • Loading branch information
ankur22 committed May 18, 2023
1 parent a4fc010 commit 2980e0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion env/env_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func TestIsRemoteBrowser(t *testing.T) {
t.Run(tc.name, func(t *testing.T) {
t.Parallel()

wsURL, isRemote := isRemoteBrowser(tc.envLookup)
wsURL, isRemote := IsRemoteBrowser(tc.envLookup)

require.Equal(t, tc.expIsRemote, isRemote)
if isRemote {
Expand Down

0 comments on commit 2980e0d

Please sign in to comment.