Skip to content

Commit

Permalink
Fix minor typo in test name
Browse files Browse the repository at this point in the history
  • Loading branch information
connectkushal authored Jun 29, 2024
1 parent 7a17e6b commit 96e2af3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/concept/airport-robot/airport_robot_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package airportrobot
import "testing"

// testRunnerTaskID=2
func TestSayHello_Italien(t *testing.T) {
func TestSayHello_Italian(t *testing.T) {
tests := []struct {
testName string
name string
Expand Down

0 comments on commit 96e2af3

Please sign in to comment.