Skip to content

Commit

Permalink
airport-robot: fix typo in test name (#2773)
Browse files Browse the repository at this point in the history
[no important files changed]
  • Loading branch information
Viggy07 authored Jul 27, 2024
1 parent 166f24d commit c549923
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 c549923

Please sign in to comment.