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: src/browser/modules/Stream/CypherFrame/gqlStatusUtils.test.ts
+26-8Lines changed: 26 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -58,19 +58,37 @@ describe('gql status formatting', () => {
58
58
)
59
59
})
60
60
61
-
test('formats a title from a gql status description with no matches correctly',()=>{
61
+
test('formats a description with line breaks correctly',()=>{
62
+
constgqlStatusDescription=`error: general processing exception - unexpected error. The shortest path algorithm does not work when the start and end nodes are the same. This can happen if you
63
+
perform a shortestPath search after a cartesian product that might have the same start and end nodes for some
0 commit comments