style: gofmt scheduler_test.go

This commit is contained in:
Kamil 'Kamaś' Bruchal 2026-06-19 02:05:56 +02:00
parent 4f9cc6c359
commit 816aa45c86
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ func TestReminderText(t *testing.T) {
func TestReminderTextMentions(t *testing.T) { func TestReminderTextMentions(t *testing.T) {
target := day(t, "2026-06-30") target := day(t, "2026-06-30")
people := []Person{ people := []Person{
{Name: "Ala", Handle: "@ala"}, // stored with leading @ {Name: "Ala", Handle: "@ala"}, // stored with leading @
{Name: "Bartek", Handle: "bart"}, // stored without @ -> normalized {Name: "Bartek", Handle: "bart"}, // stored without @ -> normalized
{Name: "Cela", Handle: ""}, // present but no handle -> plain name {Name: "Cela", Handle: ""}, // present but no handle -> plain name
} }