From 830380a6dedb5deb4f92d9ec1cb7845e3cefcf7c Mon Sep 17 00:00:00 2001 From: Aleksandr Kuperman Date: Thu, 24 Oct 2024 13:38:48 +0100 Subject: [PATCH] test: unskipping other tests --- test/StakingContribute.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/StakingContribute.js b/test/StakingContribute.js index 9b6e699..3d75571 100644 --- a/test/StakingContribute.js +++ b/test/StakingContribute.js @@ -4,7 +4,7 @@ const { ethers } = require("hardhat"); const helpers = require("@nomicfoundation/hardhat-network-helpers"); const safeContracts = require("@gnosis.pm/safe-contracts"); -describe.only("Staking Contribute", function () { +describe("Staking Contribute", function () { let componentRegistry; let agentRegistry; let serviceRegistry;