-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move the FakeSummaryCache out of virtual/common into its own package.
- Loading branch information
1 parent
a9de94a
commit 261800d
Showing
2 changed files
with
5 additions
and
4 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
pkg/resources/virtual/common/testutil.go → pkg/resources/virtual/testutil/testutil.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package common | ||
package testutil | ||
|
||
import ( | ||
"github.com/rancher/steve/pkg/summarycache" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters