Skip to content

Commit

Permalink
[refactor] Move robustness and engine packages (#528)
Browse files Browse the repository at this point in the history
Perform minor refactor by moving robustness and engine packages
in preparation for later PRs

Fix import path
  • Loading branch information
redgoat650 committed Aug 13, 2020
1 parent 9a6dea8 commit 7da4022
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
Expand Up @@ -9,7 +9,7 @@ import (
"os"
"testing"

engine "github.com/kopia/kopia/tests/robustness/test_engine"
"github.com/kopia/kopia/tests/robustness/engine"
"github.com/kopia/kopia/tests/tools/fio"
"github.com/kopia/kopia/tests/tools/kopiarunner"
)
Expand Down
File renamed without changes.

0 comments on commit 7da4022

Please sign in to comment.