Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Mar 18, 2024
1 parent 458933c commit 38747cc
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions tests/src/configs/standard.ts
Expand Up @@ -71,13 +71,7 @@ describe("`standard` config", () => {
line: m.line,
message: m.message,
})),
[
{
message: "Extra space before value for key 'foo'.",
ruleId: "yml/key-spacing",
line: 1,
},
],
[],
);
});
});

0 comments on commit 38747cc

Please sign in to comment.