Skip to content

Commit

Permalink
Debug TextOperations test (#7292)
Browse files Browse the repository at this point in the history
  • Loading branch information
4e6 authored Jul 13, 2023
1 parent 2b1c7c6 commit 86b859b
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2795,7 +2795,7 @@ class TextOperationsTest extends BaseServerTest with FlakySpec {
"params": {
"path": {
"rootId": $testContentRootId,
"segments": [ "foo.txt" ]
"segments": [ "foo2.txt" ]
},
"contents": "123456789"
}
Expand All @@ -2814,7 +2814,7 @@ class TextOperationsTest extends BaseServerTest with FlakySpec {
"params": {
"path": {
"rootId": $testContentRootId,
"segments": [ "foo.txt" ]
"segments": [ "foo2.txt" ]
}
}
}
Expand All @@ -2830,7 +2830,7 @@ class TextOperationsTest extends BaseServerTest with FlakySpec {
"path" : {
"rootId" : $testContentRootId,
"segments" : [
"foo.txt"
"foo2.txt"
]
}
}
Expand All @@ -2849,7 +2849,7 @@ class TextOperationsTest extends BaseServerTest with FlakySpec {
"edit": {
"path": {
"rootId": $testContentRootId,
"segments": [ "foo.txt" ]
"segments": [ "foo2.txt" ]
},
"oldVersion": "5795c3d628fd638c9835a4c79a55809f265068c88729a1a3fcdf8522",
"newVersion": "ebe55342f9c8b86857402797dd723fb4a2174e0b56d6ace0a6929ec3",
Expand Down Expand Up @@ -2891,7 +2891,7 @@ class TextOperationsTest extends BaseServerTest with FlakySpec {
"params": {
"path": {
"rootId": $testContentRootId,
"segments": [ "foo.txt" ]
"segments": [ "foo2.txt" ]
}
}
}
Expand Down

0 comments on commit 86b859b

Please sign in to comment.