Index: store/store_test.go |
=== modified file 'store/store_test.go' |
--- store/store_test.go 2012-09-12 17:15:00 +0000 |
+++ store/store_test.go 2012-09-12 22:14:23 +0000 |
@@ -111,7 +111,7 @@ |
c.Assert(err, IsNil) |
c.Assert(pub.Revision(), Equals, 0) |
- err = pub.Publish(testing.Charms.ClonedDir(c.MkDir(), "dummy")) |
+ err = pub.Publish(testing.Charms.ClonedDir(c.MkDir(), "series", "dummy")) |
c.Assert(err, IsNil) |
for _, url := range urls { |