]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/db/sqlite/sqlite-tests.factor
Rename and add sorting words
[factor.git] / basis / db / sqlite / sqlite-tests.factor
index 7a2dc8e2326a12bbc3ac61efce650b9995ac0b5e..0ece1abb05449939d0ff4b995209b96a3e19015d 100644 (file)
@@ -137,7 +137,7 @@ things "THINGS" {
         1 1 things boa insert-tuple
         1 0 things boa insert-tuple
         f f things boa select-tuples
-        [ [ one>> ] [ two>> ] bi 2array ] map natural-sort
+        [ [ one>> ] [ two>> ] bi 2array ] map sort
        things drop-table
     ] with-db
 ] unit-test