Commit f28cc156 authored by Ben Parees's avatar Ben Parees

fix typo in test log message

parent b5c12d10
...@@ -194,7 +194,7 @@ func (f *Framework) afterEach() { ...@@ -194,7 +194,7 @@ func (f *Framework) afterEach() {
Logf("Finished") Logf("Finished")
} }
default: default:
Logf("Unknown ouptut type: %v. Skipping.", printType) Logf("Unknown output type: %v. Skipping.", printType)
} }
} }
......
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