Skip to content

Commit fab874c

Browse files
authored
Merge pull request #247 from flant/fix_tests_generator_nil_snapshots
fix: add UpdateSnapshots in generator.go
2 parents f38ee71 + fe826ae commit fab874c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/hook/context/generator.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ func (b *BindingContextController) ChangeStateAndWaitForBindingContexts(desiredQ
193193
}
194194
}
195195

196+
bindingContexts = b.HookCtrl.UpdateSnapshots(bindingContexts)
196197
return convertBindingContexts(bindingContexts)
197198
}
198199

0 commit comments

Comments
 (0)