]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/oauth1/oauth1-tests.factor
more test IN: cleanup.
[factor.git] / extra / oauth1 / oauth1-tests.factor
index 49a0c17e36b8580cce46bbab7b6625b543c7d20a..4088cb08bf09a4ea066e1c261f671304bcf091dd 100644 (file)
@@ -1,6 +1,5 @@
 USING: oauth1 oauth1.private tools.test accessors kernel assocs
 strings namespaces urls ;
-IN: oauth1.tests
 
 { "%26&b" } [ "&" "b" hmac-key ] unit-test
 { "%26&" } [ "&" f hmac-key ] unit-test