@@ -299,7 +299,6 @@ func TestIssueView_Preview(t *testing.T) {
299299 expectedOutputs : []string {
300300 `ix of coins` ,
301301 `Open • marseilles opened about 292 years ago • 9 comments` ,
302- `Participants: marseilles\n` ,
303302 `bold story` ,
304303 `View this issue on GitHub: https://github.com/OWNER/REPO/issues/123` ,
305304 },
@@ -312,26 +311,9 @@ func TestIssueView_Preview(t *testing.T) {
312311 `ix of coins` ,
313312 `Open • marseilles opened about 292 years ago • 9 comments` ,
314313 `Assignees: marseilles, monaco\n` ,
315- `Labels: one, two, three\n` ,
316- `Projects: The GitHub CLI \(to do list \)\n` ,
314+ `Labels: one, two, three, four, five \n` ,
315+ `Projects: Project 1 \(column A\), Project 2 \(column B\), Project 3 \(column C \)\n` ,
317316 `Milestone: uluru\n` ,
318- `Participants: marseilles, monaco, montpellier\n` ,
319- `bold story` ,
320- `View this issue on GitHub: https://github.com/OWNER/REPO/issues/123` ,
321- },
322- },
323- "Open issue with lots of metadata" : {
324- ownerRepo : "master" ,
325- command : "issue view 123" ,
326- fixture : "../test/fixtures/issueView_previewWithLotsOfMetadata.json" ,
327- expectedOutputs : []string {
328- `ix of coins` ,
329- `Open • marseilles opened about 292 years ago • 9 comments\n` ,
330- `Assignees: marseilles, monaco, montpellier, …\n` ,
331- `Labels: one, two, three, …\n` ,
332- `Projects: Project 1 \(column A\), Project 2 \(column B\), Project 3 \(column C\), …\n` ,
333- `Milestone: uluru\n` ,
334- `Participants: marseilles, monaco, montpellier, …\n` ,
335317 `bold story` ,
336318 `View this issue on GitHub: https://github.com/OWNER/REPO/issues/123` ,
337319 },
0 commit comments