(deftest insert-new-symbol (testing (add-symbol *txn* "NOK") (is (some #{"NOK"} (get-symbols *txn*))))) (deftest inserted-symbol-rolled-back (testing (is ...
確定! 回上一頁