Skip to content

Commit

Permalink
Fix path in codegen_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Pawel Imielowski committed Mar 8, 2024
1 parent 1d536a9 commit 6062974
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/commands/codegen/codegen_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ func TestNewCommand(t *testing.T) {
commandType CommandType
wantPath string
}{
{"SDK Command", CommandTypeSDK, "../templates/sdk"},
{"Terraform Command", CommandTypeTerraform, "../templates/terraform"},
{"SDK Command", CommandTypeSDK, "templates/sdk"},
{"Terraform Command", CommandTypeTerraform, "templates/terraform"},
}

for _, tt := range tests {
Expand Down

0 comments on commit 6062974

Please sign in to comment.