Skip to content

Commit

Permalink
changed include pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnester committed Jul 30, 2024
1 parent b4d227b commit 0d80745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/sync/sync_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ func TestGetFileSet(t *testing.T) {
require.NoError(t, err)
require.Equal(t, len(fileList), 2)

inc, err = fileset.NewGlobSet(root, []string{".databricks/*"})
inc, err = fileset.NewGlobSet(root, []string{"./.databricks/*.go"})
require.NoError(t, err)

excl, err = fileset.NewGlobSet(root, []string{})
Expand Down

0 comments on commit 0d80745

Please sign in to comment.