Skip to content

Commit

Permalink
refactor(jsonnet): testdata -> testdata/importTree
Browse files Browse the repository at this point in the history
  • Loading branch information
sh0rez committed Jan 27, 2020
1 parent 04d7c16 commit b019023
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/jsonnet/imports_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
// TestTransitiveImports checks that TransitiveImports is able to report all
// recursive imports of a file
func TestTransitiveImports(t *testing.T) {
imports, err := TransitiveImports("testdata")
imports, err := TransitiveImports("testdata/importTree")
fmt.Println(imports)
require.NoError(t, err)
assert.Equal(t, []string{
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit b019023

Please sign in to comment.