You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/cubejs-testing/test/__snapshots__/cli-postgresql.test.ts.snap
+38-38Lines changed: 38 additions & 38 deletions
Original file line number
Diff line number
Diff line change
@@ -16,40 +16,44 @@ Array [
16
16
]
17
17
`;
18
18
19
-
exports[`postgresql HTTP Transport #3 Events.count with Events.type order by Events.count DESC: #3 Events.count with Events.type order by Events.count DESC 1`] =`
19
+
exports[`postgresql HTTP Transport #3 Events.count with Events.type order by Events.type DESC: #3 Events.count with Events.type order by Events.type DESC 1`] =`
20
20
Array [
21
+
Object {
22
+
"Events.count": "92",
23
+
"Events.type": "WatchEvent",
24
+
},
25
+
Object {
26
+
"Events.count": "2",
27
+
"Events.type": "ReleaseEvent",
28
+
},
21
29
Object {
22
30
"Events.count": "513",
23
31
"Events.type": "PushEvent",
24
32
},
25
33
Object {
26
-
"Events.count": "120",
27
-
"Events.type": "CreateEvent",
34
+
"Events.count": "21",
35
+
"Events.type": "PullRequestReviewCommentEvent",
28
36
},
29
37
Object {
30
-
"Events.count": "104",
31
-
"Events.type": "IssueCommentEvent",
38
+
"Events.count": "32",
39
+
"Events.type": "PullRequestEvent",
32
40
},
33
41
Object {
34
-
"Events.count": "92",
35
-
"Events.type": "WatchEvent",
42
+
"Events.count": "1",
43
+
"Events.type": "MemberEvent",
36
44
},
37
45
Object {
38
46
"Events.count": "57",
39
47
"Events.type": "IssuesEvent",
40
48
},
41
49
Object {
42
-
"Events.count": "32",
43
-
"Events.type": "PullRequestEvent",
50
+
"Events.count": "104",
51
+
"Events.type": "IssueCommentEvent",
44
52
},
45
53
Object {
46
54
"Events.count": "21",
47
55
"Events.type": "GollumEvent",
48
56
},
49
-
Object {
50
-
"Events.count": "21",
51
-
"Events.type": "PullRequestReviewCommentEvent",
52
-
},
53
57
Object {
54
58
"Events.count": "21",
55
59
"Events.type": "ForkEvent",
@@ -59,12 +63,8 @@ Array [
59
63
"Events.type": "DeleteEvent",
60
64
},
61
65
Object {
62
-
"Events.count": "2",
63
-
"Events.type": "ReleaseEvent",
64
-
},
65
-
Object {
66
-
"Events.count": "1",
67
-
"Events.type": "MemberEvent",
66
+
"Events.count": "120",
67
+
"Events.type": "CreateEvent",
68
68
},
69
69
Object {
70
70
"Events.count": "1",
@@ -186,40 +186,44 @@ Array [
186
186
]
187
187
`;
188
188
189
-
exports[`postgresql WS Transport #3 Events.count with Events.type order by Events.count DESC: #3 Events.count with Events.type order by Events.count DESC 1`] =`
189
+
exports[`postgresql WS Transport #3 Events.count with Events.type order by Events.type DESC: #3 Events.count with Events.type order by Events.type DESC 1`] =`
0 commit comments