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

Settup and add initial svp tests. #200

Closed
wants to merge 6 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Renames test
  • Loading branch information
jeremy-then committed Jan 28, 2025
commit ad6dc3978135e579ee53bdd8517faa5eff778176
4 changes: 1 addition & 3 deletions tests/00_00_04-change-federation.js
Original file line number Diff line number Diff line change
@@ -268,9 +268,7 @@ describe('Change federation', async function() {

});

it('should not have created svp transaction and there should not be any SVP values in storage yet', async () => {

// Assert
it('should not have created svp fund transaction and there should not be any SVP values in storage yet', async () => {

const bridgeState = await getBridgeState(rskTxHelper.getClient());

Loading