Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
armandobelardo committed Sep 12, 2024
1 parent d09d6ca commit cbaa66c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions servers/fdr/src/__test__/local/db/generatorDao.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ it("generator dao", async () => {
expect(generatorUpdated[0]).toEqual({
id: "my-cool/example",
generatorType: { type: "sdk" },
displayName: "My Cool Example",
dockerImage: "changing things up",
generatorLanguage: FdrAPI.generators.GeneratorLanguage.Typescript,
});
Expand Down

0 comments on commit cbaa66c

Please sign in to comment.