diff --git a/registry/coder/modules/dotfiles/main.test.ts b/registry/coder/modules/dotfiles/main.test.ts index f13c8663..6144e2b8 100644 --- a/registry/coder/modules/dotfiles/main.test.ts +++ b/registry/coder/modules/dotfiles/main.test.ts @@ -36,7 +36,7 @@ describe("dotfiles", async () => { }); const app = state.resources.find( - (r) => r.type === "coder_app" && r.name === "dotfiles" + (r) => r.type === "coder_app" && r.name === "dotfiles", ); expect(app).toBeDefined();