style: gofmt scheduler_test.go
This commit is contained in:
parent
4f9cc6c359
commit
816aa45c86
|
|
@ -133,7 +133,7 @@ func TestReminderText(t *testing.T) {
|
|||
func TestReminderTextMentions(t *testing.T) {
|
||||
target := day(t, "2026-06-30")
|
||||
people := []Person{
|
||||
{Name: "Ala", Handle: "@ala"}, // stored with leading @
|
||||
{Name: "Ala", Handle: "@ala"}, // stored with leading @
|
||||
{Name: "Bartek", Handle: "bart"}, // stored without @ -> normalized
|
||||
{Name: "Cela", Handle: ""}, // present but no handle -> plain name
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue