Skip to content

Commit

Permalink
chore: remove test.only
Browse files Browse the repository at this point in the history
  • Loading branch information
npty committed Jan 17, 2024
1 parent 4dd1696 commit fa16dba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ describe("depositService - helper", () => {
});

describe("getActiveChains", () => {
test.only("should return a list of active chains", async () => {
test("should return a list of active chains", async () => {
const env = ENVIRONMENTS.testnet;
const activeChains = await getActiveChains(env);
expect(activeChains.length).toBeGreaterThan(0);
Expand Down

0 comments on commit fa16dba

Please sign in to comment.