We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bb05e2 commit d07ab7fCopy full SHA for d07ab7f
1 file changed
internal/server/serve_test.go
@@ -47,6 +47,10 @@ func TestGreet(t *testing.T) {
47
expect: "time travel detected",
48
expectError: true,
49
},
50
+ "late birthday": {
51
+ input: []string{"Foo", "2000-12-22"},
52
+ expect: "Hello Foo, happy belated birthday for 355 days ago.",
53
+ },
54
}
55
for name, tc := range testCases {
56
t.Run(name, func(tt *testing.T) {
0 commit comments