Skip to content

Commit 13696bd

Browse files
Tomastcarac
Tomas
authored andcommitted
test: Add comment type to csv dataset
1 parent 7df87e7 commit 13696bd

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed
Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
id,pull_request_id,created_date,account_id
2-
comment00,pr0,2022-1-11 8:51:47,a
3-
comment01,pr1,2023-4-11 4:53:47,a
4-
comment02,pr1,2023-4-11 4:56:47,b
5-
comment03,pr1,2023-4-11 4:59:47,c
6-
comment04,pr2,2023-4-12 4:51:49,d
7-
comment05,pr2,2023-4-12 5:51:47,e
8-
comment06,pr2,2023-4-12 8:51:47,f
9-
comment07,pr3,2023-4-10 6:53:51,g
10-
comment08,pr3,2023-4-12 6:53:51,h
11-
comment09,pr3,2023-4-12 6:53:51,i
12-
comment10,pr4,2023-4-14 8:55:01,j
13-
comment11,pr4,2023-4-14 8:55:01,k
14-
comment12,pr5,2022-09-07 23:07:13,l
1+
id,pull_request_id,created_date,account_id,type
2+
comment00,pr0,2022-1-11 8:51:47,a,review
3+
comment01,pr1,2023-4-11 4:53:47,a,review
4+
comment02,pr1,2023-4-11 4:56:47,b,review
5+
comment03,pr1,2023-4-11 4:59:47,c,review
6+
comment04,pr2,2023-4-12 4:51:49,d,review
7+
comment05,pr2,2023-4-12 5:51:47,e,review
8+
comment06,pr2,2023-4-12 8:51:47,f,review
9+
comment07,pr3,2023-4-10 6:53:51,g,review
10+
comment08,pr3,2023-4-12 6:53:51,h,review
11+
comment09,pr3,2023-4-12 6:53:51,i,review
12+
comment10,pr4,2023-4-14 8:55:01,j,review
13+
comment11,pr4,2023-4-14 8:55:01,k,review
14+
comment12,pr5,2022-09-07 23:07:13,l,review

0 commit comments

Comments
 (0)