diff --git a/engine/resources/resources_test.go b/engine/resources/resources_test.go index e54f571b..15670baa 100644 --- a/engine/resources/resources_test.go +++ b/engine/resources/resources_test.go @@ -174,7 +174,7 @@ func FileExpect(p, s string) Step { // path & string } } -// FileExpect takes a path and a string to write to that file, and builds a Step +// FileWrite takes a path and a string to write to that file, and builds a Step // that does that to them. func FileWrite(p, s string) Step { // path & string return &manualStep{