Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanp413 committed Nov 23, 2023
1 parent 1a51fbd commit 08620f8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/gitpod-protocol/src/public-api-converter.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ import {
SuggestedRepository,
Token,
UserEnvVarValue,
UserEnvVarValue,
UserSSHPublicKey,
WithEnvvarsContext,
} from "./protocol";
Expand Down Expand Up @@ -1007,7 +1006,7 @@ describe("PublicAPIConverter", () => {
});
});
});

describe("toSuggestedRepository", () => {
it("should convert a repo", () => {
const repo: SuggestedRepository = {
Expand Down

0 comments on commit 08620f8

Please sign in to comment.