Skip to content

Commit 0bfbc66

Browse files
committed
docs: rename test case for clarity
1 parent 466389d commit 0bfbc66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

registry/whizus/modules/exoscale-instance-type/main.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ describe("exoscale-instance-type", async () => {
2323
expect(state.outputs.value.value).toBe("gpu3.huge");
2424
});
2525

26-
it("fails because of wrong categroy definition", async () => {
26+
it("fails when default value is provided without any matching category definitions", async () => {
2727
expect(async () => {
2828
await runTerraformApply(import.meta.dir, {
2929
default: "gpu3.huge",

0 commit comments

Comments
 (0)