Skip to content

Commit cda6c9d

Browse files
committed
small copy paste error fixes
1 parent ebcfb23 commit cda6c9d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkg/github/discussions_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,16 +75,16 @@ var (
7575
"createdAt": "2023-02-20T00:00:00Z",
7676
"updatedAt": "2023-02-20T00:00:00Z",
7777
"author": map[string]any{"login": "org-admin"},
78-
"url": "https://github.com/owner/.github/discussions/2",
78+
"url": "https://github.com/owner/.github/discussions/3",
7979
"category": map[string]any{"name": "General"},
8080
},
8181
{
8282
"number": 4,
83-
"title": "Org Discussion 2 - Roadmap 2025",
83+
"title": "Org Discussion 4 - Roadmap 2025",
8484
"createdAt": "2023-02-20T00:00:00Z",
8585
"updatedAt": "2023-02-20T00:00:00Z",
8686
"author": map[string]any{"login": "org-admin"},
87-
"url": "https://github.com/owner/.github/discussions/2",
87+
"url": "https://github.com/owner/.github/discussions/4",
8888
"category": map[string]any{"name": "General"},
8989
},
9090

0 commit comments

Comments
 (0)