grim/convey

4078da8c7769
Parents 41cffa013f7c
Children 48f6379f7d7f
Fix the unit test that broke with #176. Refs #176
--- a/path/path_test.go Mon Feb 19 15:14:37 2018 -0600
+++ b/path/path_test.go Mon Feb 19 15:15:31 2018 -0600
@@ -64,6 +64,6 @@
Expect(err).To(BeNil())
path, err := Traverses(wd, ".")
- Expect(path).To(Equal("."))
+ Expect(path).To(Equal(wd))
Expect(err).To(BeNil())
}