Skip to content

Commit

Permalink
test: fix assertion in rule-meta
Browse files Browse the repository at this point in the history
  • Loading branch information
43081j committed May 5, 2024
1 parent b38389c commit c99ae42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/util/rule-meta_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ test('getDocsUrl', async (t) => {
await t.test('gets the url of a given rule doc', () => {
assert.equal(
getDocsUrl('bloop'),
'https://github.com/43081j/eslint-plugin-assert/blob/main/docs/rules/bloop.md'
'https://github.com/es-tooling/eslint-plugin-depend/blob/main/docs/rules/bloop.md'
);
});
});
Expand Down

0 comments on commit c99ae42

Please sign in to comment.