Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
njuCZ committed Nov 5, 2020
1 parent d4c2e99 commit dc43148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/terraform/rootmodule/root_module_manager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ func testRootModuleManager(t *testing.T) *rootModuleManager {
rmm.syncLoading = true
rmm.logger = testLogger()

rmm.newRootModule = func(ctx context.Context, dir string) (*rootModule, error) {
rmm.rmi.newRootModule = func(ctx context.Context, dir string) (*rootModule, error) {
// TODO(RS): Should be just 1, unsure why it requires 2
repeatability := 2
rm := NewRootModuleMock(&RootModuleMock{
Expand Down

0 comments on commit dc43148

Please sign in to comment.