]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/oauth/oauth-tests.factor
assocs: Add of and ?of. Change all the things at once! Fixes #701.
[factor.git] / extra / oauth / oauth-tests.factor
index 4f4907e439521e144d97b4caab54f57ad8f874e2..9e3d349623458b297400cb3d54f1f5dcb4e18f56 100644 (file)
@@ -21,6 +21,6 @@ IN: oauth.tests
         54321 >>nonce
     <request-token-request>
     post-data>>
-    "oauth_signature" swap at
+    "oauth_signature" of
     >string
 ] unit-test