Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: correcting forge tests #2

Merged
merged 1 commit into from
Oct 25, 2023
Merged

test: correcting forge tests #2

merged 1 commit into from
Oct 25, 2023

Conversation

kupermind
Copy link
Collaborator

  • Correcting forge tests.

@kupermind kupermind requested review from 77ph and mariapiamo October 25, 2023 10:48
@@ -175,78 +175,6 @@ contract ServiceStakingMechUsages is BaseSetup {
super.setUp();
}

/// @dev Test service staking with random number of executed tx-s (nonces) per day.
/// @param numNonces Number of nonces per day.
function testNonces(uint8 numNonces) external {
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a repeating test.

@@ -391,79 +327,7 @@ contract ServiceStakingMechUsages is BaseSetup {
}
}

/// @dev Test service staking based on ERC20 token with random number of executed tx-s (nonces) per day.
/// @param numNonces Number of nonces per day.
function testNoncesToken(uint8 numNonces) external {
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a repeating test.

@mariapiamo mariapiamo merged commit c5ee8c2 into main Oct 25, 2023
1 check passed
@mariapiamo mariapiamo deleted the forge branch October 25, 2023 11:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants