Skip to content

Commit

Permalink
(fix): get ci to green (#3437)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsinghvi authored Apr 23, 2024
1 parent 8d71ec6 commit 7ea8a35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const V33_TO_V32_MIGRATION: IrMigration<
[GeneratorName.TYPESCRIPT_BROWSER_SDK]: "0.12.0",
[GeneratorName.TYPESCRIPT]: GeneratorWasNeverUpdatedToConsumeNewIR,
[GeneratorName.TYPESCRIPT_SDK]: GeneratorWasNeverUpdatedToConsumeNewIR,
[GeneratorName.TYPESCRIPT_EXPRESS]: "0.12.0",
[GeneratorName.TYPESCRIPT_EXPRESS]: GeneratorWasNeverUpdatedToConsumeNewIR,
[GeneratorName.JAVA]: GeneratorWasNeverUpdatedToConsumeNewIR,
[GeneratorName.JAVA_MODEL]: GeneratorWasNeverUpdatedToConsumeNewIR,
[GeneratorName.JAVA_SDK]: GeneratorWasNeverUpdatedToConsumeNewIR,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ describe("valid-endpoint-path", () => {
nodePath: ["service", "endpoints", "noLeadingSlash"],
relativeFilepath: RelativeFilePath.of("a.yml"),
severity: "error"
},

}
];

expect(violations).toEqual(expectedViolations);
Expand Down

0 comments on commit 7ea8a35

Please sign in to comment.