Skip to content

Commit aa8b567

Browse files
BowTiedRadonemoodmosaic
authored andcommitted
SIP-031 rendezvous tests comments cleanup
1 parent 885e334 commit aa8b567

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

stackslib/src/chainstate/stacks/boot/sip-031.tests.clar

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,13 @@
4343
;; Property tests
4444

4545
;; Helper to set up the Rendezvous testing environment for the property testing
46-
;; routine. The naming adheres to Rendezvous property test convention, which
47-
;; allows this function to be picked up during property testing runs.
46+
;; routine. This will eventually be picked up during property testing runs.
4847
(define-public (test-initial-mint-helper)
4948
(initial-mint-helper)
5049
)
5150

52-
;; Helper to transfer extra STX amounts to the contract. The naming adheres to
53-
;; Rendezvous property test convention, which allows this function to be picked
54-
;; up during property testing runs.
51+
;; Helper to transfer extra STX amounts to the contract. This will eventually
52+
;; be picked up during property testing runs.
5553
(define-public (test-extra-transfer-helper (ustx-amount uint))
5654
(extra-transfer-to-contract-helper ustx-amount)
5755
)
@@ -188,9 +186,7 @@
188186
;; Invariants
189187

190188
;; Public wrapper for initial mint setup, required for Rendezvous invariant
191-
;; testing. Rendezvous randomly calls public functions during invariant testing
192-
;; runs, so this exposes the initial mint helper as a public function that can
193-
;; be selected and called.
189+
;; testing. This will eventually be picked up during invariant testing runs.
194190
(define-public (initial-mint-helper-invariant-runs)
195191
(if
196192
(is-eq (initial-mint-helper) (ok true))
@@ -200,9 +196,8 @@
200196
)
201197

202198
;; Public wrapper for extra STX transfers to the contract for Rendezvous
203-
;; invariant testing. Rendezvous randomly calls public functions during
204-
;; invariant testing, so this exposes the extra transfer helper as a public
205-
;; function that can be selected during test runs.
199+
;; invariant testing. This will eventually be picked up during invariant
200+
;; testing runs.
206201
(define-public (extra-transfer-helper-invariant-runs (ustx-amount uint))
207202
(if
208203
(is-eq (extra-transfer-to-contract-helper ustx-amount) (ok true))

0 commit comments

Comments
 (0)