Commit f73dce8f authored by Marcin Owsiany's avatar Marcin Owsiany

Fix two typos.

parent a644c8f9
...@@ -70,8 +70,8 @@ type Framework struct { ...@@ -70,8 +70,8 @@ type Framework struct {
gatherer *containerResourceGatherer gatherer *containerResourceGatherer
// Constraints that passed to a check which is executed after data is gathered to // Constraints that passed to a check which is executed after data is gathered to
// see if 99% of results are within acceptable bounds. It as to be injected in the test, // see if 99% of results are within acceptable bounds. It has to be injected in the test,
// as expectations vary greatly. Constraints are groupped by the container names. // as expectations vary greatly. Constraints are grouped by the container names.
AddonResourceConstraints map[string]ResourceConstraint AddonResourceConstraints map[string]ResourceConstraint
logsSizeWaitGroup sync.WaitGroup logsSizeWaitGroup sync.WaitGroup
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment