Commit 216d5cb0 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

Fix tests

parent 0de922d1
......@@ -9,7 +9,7 @@ import (
func testEnvironment() *Environment {
config := &EnvironmentConfig{}
config.ui = &ReaderWriterUi{
config.Ui = &ReaderWriterUi{
new(bytes.Buffer),
new(bytes.Buffer),
}
......
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