resources: The user should not call Init

Even in tests...
This commit is contained in:
James Shubin
2017-02-21 15:58:28 -05:00
parent fccf508dde
commit 86c3072515

View File

@@ -657,7 +657,6 @@ func NewNoopResTest(name string) *NoopResTest {
},
},
}
obj.Init() // optional here in this testing scenario (for now)
return obj
}