Skip to content

Commit 8abc5e1

Browse files
committed
fix: test
1 parent a021d14 commit 8abc5e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/librarianops/github_utils_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ func TestCreatePR_Error(t *testing.T) {
358358

359359
func TestGenerateBranchName(t *testing.T) {
360360
got := generateBranchName("pref-", time.Date(2026, time.January, 2, 0, 0, 0, 0, time.UTC))
361-
want := "pref-2026-01-02"
361+
want := "pref-20260102T000000Z"
362362
if got != want {
363363
t.Errorf("got %q, want %q", got, want)
364364
}

0 commit comments

Comments
 (0)