Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfirth committed Jan 3, 2025
1 parent 46a1d01 commit 7cb1b40
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#lang resyntax/test


require: resyntax/default-recommendations require-and-provide-suggestions
require: resyntax/default-recommendations require-and-provide-suggestions-all-enabled-for-test


header:
Expand Down
8 changes: 7 additions & 1 deletion default-recommendations/require-and-provide-suggestions.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@

(provide
(contract-out
[require-and-provide-suggestions refactoring-suite?]))
[require-and-provide-suggestions refactoring-suite?]
[require-and-provide-suggestions-all-enabled-for-test refactoring-suite?]))


(require guard
Expand Down Expand Up @@ -305,6 +306,11 @@
(check-false (sorted? '(1 2 3 4 3) real<=> #:strictly? #true))))


(define-refactoring-suite require-and-provide-suggestions-all-enabled-for-test
#:rules (provide-deduplication
tidy-require))


(define-refactoring-suite require-and-provide-suggestions
#:rules (provide-deduplication

Expand Down

0 comments on commit 7cb1b40

Please sign in to comment.