Skip to content

Commit

Permalink
Update test description
Browse files Browse the repository at this point in the history
Co-authored-by: Peter-Jan Brone <peter-jan@settlemint.com>
  • Loading branch information
kwypchlo and Peter-Jan Brone authored Jun 27, 2022
1 parent a0558a0 commit ed412ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/checks/critical.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ async function websiteCheck(done) {
return done(await genericAccessCheck("website", `https://${process.env.PORTAL_DOMAIN}`));
}

// downloadCheck returns the result of downloading the hard coded link
// downloadSkylinkCheck returns the result of downloading the hard coded link
async function downloadSkylinkCheck(done) {
const url = await skynetClient.getSkylinkUrl(exampleSkylink);

Expand Down

0 comments on commit ed412ee

Please sign in to comment.