diff --git a/txexpr/test/tests.rkt b/txexpr/test/tests.rkt index c6a2b31..4c1fd4e 100644 --- a/txexpr/test/tests.rkt +++ b/txexpr/test/tests.rkt @@ -130,8 +130,8 @@ (check-equal? (attrs->hash '((foo "bar")) '(foo "fraw") 'foo "dog") '#hasheq((foo . "bar"))) (check-exn exn:fail:contract? (λ _ (attrs->hash 'foo "bar" 'zam))) - (check-equal? (apply set (hash->attrs '#hash((foo . "bar")(hee . "haw")))) - (apply set '((foo "bar")(hee "haw")))) + (check-equal? (sort (hash->attrs '#hash((foo . "bar")(hee . "haw"))) string