We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f99fe95 commit 68b5bd4Copy full SHA for 68b5bd4
integration_test.go
@@ -475,7 +475,7 @@ func TestIntegration(t *testing.T) {
475
) q
476
) q2`,
477
[]sql.Row{
478
- {float64(1), float64(0), time.Date(2015, time.March, 31, 12, 00, 8, 0, time.UTC), "e8d3ffab552895c19b9fcf7aa264d277cde33881", "worktree", "Changed"},
+ {float64(1), float64(0), time.Date(2015, time.March, 31, 12, 00, 8, 0, time.UTC), "e8d3ffab552895c19b9fcf7aa264d277cde33881", "worktree", "Added"},
479
{float64(0), float64(0), time.Date(2015, time.April, 5, 21, 30, 47, 0, time.UTC), "6ecf0ef2c2dffb796033e5a02219af86ec6584e5", "worktree", "Changed"},
480
481
0 commit comments