diff options
author | Doug Black <dblack@twilio.com> | 2014-01-26 13:42:50 -0800 |
---|---|---|
committer | Doug Black <dblack@twilio.com> | 2014-01-26 13:42:50 -0800 |
commit | 5a10edcd157f6a1d16dea18f137ae6f5a87d5001 (patch) | |
tree | 39e26745572f62c9a406038281b16879fa76834b /tests/test.go | |
parent | fix signature (diff) | |
download | sleepy-5a10edcd157f6a1d16dea18f137ae6f5a87d5001.tar.gz sleepy-5a10edcd157f6a1d16dea18f137ae6f5a87d5001.tar.bz2 sleepy-5a10edcd157f6a1d16dea18f137ae6f5a87d5001.zip |
fixes from issues
Diffstat (limited to 'tests/test.go')
-rw-r--r-- | tests/test.go | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/test.go b/tests/test.go index 070d4b6..d3f414c 100644 --- a/tests/test.go +++ b/tests/test.go @@ -6,9 +6,7 @@ import ( ) type Bar struct { - sleepy.PostNotSupported - sleepy.PutNotSupported - sleepy.DeleteNotSupported + sleepy.BaseResource } func (b Bar) Get(values url.Values) (int, interface{}) { |