Skip to content

Commit e755795

Browse files
authored
[welcome-to-tech-palace] Fix typo in test case (#2976)
[no important files changed]
1 parent dfebbe2 commit e755795

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

exercises/concept/welcome-to-tech-palace/welcome_to_tech_palace_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ func TestCleanupMessage(t *testing.T) {
8686
want: "DISCOUNT",
8787
},
8888
{
89-
name: "Cleanup message without leading whitespace",
89+
name: "Cleanup message with leading whitespace",
9090
oldMessage: "*****\n SALE\n*****",
9191
want: "SALE",
9292
},

0 commit comments

Comments
 (0)