Skip to content

Commit

Permalink
review
Browse files Browse the repository at this point in the history
  • Loading branch information
GregoryTravis committed Dec 9, 2024
1 parent c2c1ada commit 828ac2d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ type Reload_Detector
has_reload_occurred self =
self.mr.has_been_finalized

simulate_reload_test_only self =
self.mr.finalize
## PRIVATE
simulate_reload_test_only reload_detector = reload_detector.mr.finalize

## PRIVATE
create_reload_detector = Reload_Detector.new
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ private void resetEnsoReloadDetector() {
}

void simulateReloadTestOnly() {
ensoReloadDetector.invokeMember("simulate_reload_test_only");
EnsoMeta.callStaticModuleMethod(
"Standard.Base.Network.Reload_Detector", "simulate_reload_test_only", ensoReloadDetector);
}
}

0 comments on commit 828ac2d

Please sign in to comment.