Skip to content

Commit 633874c

Browse files
committed
internal/registrytest: move from cue/load/internal
Since cmd/cue will want to write integration tests for modules, which will make use of the same test registry server. Signed-off-by: Daniel Martí <[email protected]> Change-Id: I9c5ab22d3de4aa33b4f97173c6a19c6e846e1147 Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1169975 Reviewed-by: Roger Peppe <[email protected]> TryBot-Result: CUEcueckoo <[email protected]>
1 parent a9a6965 commit 633874c

File tree

5 files changed

+1
-1
lines changed

5 files changed

+1
-1
lines changed

cue/load/module_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ import (
66

77
"cuelang.org/go/cue/cuecontext"
88
"cuelang.org/go/cue/errors"
9-
"cuelang.org/go/cue/load/internal/registrytest"
109
"cuelang.org/go/internal/cuetxtar"
10+
"cuelang.org/go/internal/registrytest"
1111
)
1212

1313
func TestModuleFetch(t *testing.T) {
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)