Skip to content

Commit

Permalink
test: unskipping other tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kupermind committed Oct 24, 2024
1 parent 16b6405 commit 830380a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/StakingContribute.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const { ethers } = require("hardhat");
const helpers = require("@nomicfoundation/hardhat-network-helpers");
const safeContracts = require("@gnosis.pm/safe-contracts");

Check warning on line 5 in test/StakingContribute.js

View workflow job for this annotation

GitHub Actions / build

'safeContracts' is assigned a value but never used

describe.only("Staking Contribute", function () {
describe("Staking Contribute", function () {
let componentRegistry;

Check warning on line 8 in test/StakingContribute.js

View workflow job for this annotation

GitHub Actions / build

'componentRegistry' is defined but never used
let agentRegistry;

Check warning on line 9 in test/StakingContribute.js

View workflow job for this annotation

GitHub Actions / build

'agentRegistry' is defined but never used
let serviceRegistry;
Expand Down

0 comments on commit 830380a

Please sign in to comment.