Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
test: Fix typo in test name
  • Loading branch information
SarahFrench committed Dec 4, 2025
commit f19bb2f8b6d796b0f782ff764e6ba57a420a848f
2 changes: 1 addition & 1 deletion internal/command/validate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ func TestValidateFailingCommandMissingVariable(t *testing.T) {
}
}

func TestSameProviderMutipleTimesShouldFail(t *testing.T) {
func TestSameProviderMultipleTimesShouldFail(t *testing.T) {
output, code := setupTest(t, "validate-invalid/multiple_providers")
if code != 1 {
t.Fatalf("Should have failed: %d\n\n%s", code, output.Stderr())
Expand Down