-
Notifications
You must be signed in to change notification settings - Fork 679
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(pox-4): Relocate cycle utility functions to PoxCommands
- Removes `Cl` and `cvToValue` imports and cycle utility functions from `pox-4.stateful-prop.test.ts`, streamlining its focus on tests. - Adds these imports and functions to `pox_Commands.ts`, centralizing cycle-related logic within command utilities for better cohesion and reusability. This shift enhances modularity and clarity in handling reward cycle calculations across PoX-4 tests.
- Loading branch information
1 parent
fe1b3af
commit d6047eb
Showing
2 changed files
with
32 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters