Skip to content

Commit

Permalink
Use SmalltalkCI platformClass to reference the proper subclass of S…
Browse files Browse the repository at this point in the history
…malltalkCI when sending `timeToRun:`
  • Loading branch information
jbrichau committed Jan 14, 2024
1 parent 8ee5e03 commit 2aa687e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
running
run
[ self setUp. suiteTime := SmalltalkCI timeToRun: [ self runAll ] ] ensure: [ self tearDown ]
[ self setUp. suiteTime := SmalltalkCI platformClass timeToRun: [ self runAll ] ] ensure: [ self tearDown ]

0 comments on commit 2aa687e

Please sign in to comment.