Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
Co-authored-by: Przemek Rzad <roopert7@gmail.com>
  • Loading branch information
Bullrich and rzadp authored Aug 14, 2023
1 parent 615ac17 commit 311321f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/runner/validation/or.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { ConfigurationFile, RuleTypes } from "../../../rules/types";
import { ActionRunner } from "../../../runner";
import { TestLogger } from "../../logger";

describe("'And' rule validation", () => {
describe("'Or' rule validation", () => {
let api: MockProxy<PullRequestApi>;
let teamsApi: MockProxy<TeamApi>;
let runner: ActionRunner;
Expand Down

0 comments on commit 311321f

Please sign in to comment.