Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
alexott committed Dec 2, 2023
1 parent 3313324 commit 42492c4
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions exporter/importables_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ import (
func importContextForTest() *importContext {
p := provider.DatabricksProvider()
return &importContext{
Importables: resourcesMap,
Resources: p.ResourcesMap,
Files: map[string]*hclwrite.File{},
testEmits: map[string]bool{},
nameFixes: nameFixes,
waitGroup: &sync.WaitGroup{},
allUsers: map[string]scim.User{},
allSps: map[string]scim.User{},
channels: makeResourcesChannels(p),
Importables: resourcesMap,
Resources: p.ResourcesMap,
Files: map[string]*hclwrite.File{},
testEmits: map[string]bool{},
nameFixes: nameFixes,
waitGroup: &sync.WaitGroup{},
allUsers: map[string]scim.User{},
allSps: map[string]scim.User{},
channels: makeResourcesChannels(p),
exportDeletedUsersAssets: false,
}
}
Expand Down

0 comments on commit 42492c4

Please sign in to comment.