Skip to content
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pinkiebell committed Feb 11, 2021
1 parent c0e1aef commit fb8723b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions test/oracles/ChainlinkOracle.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ describe("ChainLink Oracle", function () {
})

if (!hre.network.config.forking) {
console.trace("*** chain forking not available, skipping tests ***");
return;
console.trace("*** chain forking not available, skipping tests ***")
return
}

it("should return SUSHI Price on rate request", async function () {
Expand Down
4 changes: 2 additions & 2 deletions test/oracles/CompoundOracle.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ describe("Compound Oracle", function () {
})

if (!hre.network.config.forking) {
console.trace("*** chain forking not available, skipping tests ***");
return;
console.trace("*** chain forking not available, skipping tests ***")
return
}

it("should return ETH Price in USD on rate request", async function () {
Expand Down

0 comments on commit fb8723b

Please sign in to comment.