Skip to content

Commit

Permalink
e2e: move wait to utils
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatczuk committed Jul 11, 2023
1 parent cfe326b commit 0f7b21d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/forwarder/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ package forwarder

import (
"github.com/saucelabs/forwarder/e2e/compose"
"github.com/saucelabs/forwarder/e2e/wait"
"github.com/saucelabs/forwarder/utils/wait"
)

type Service compose.Service
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 0f7b21d

Please sign in to comment.