Skip to content

Commit

Permalink
Fix expected result for DumpTest.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-goral authored and mergify-bot committed May 13, 2021
1 parent abf0dbd commit c941b96
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class DumpTest {
)
)

val expected = """
private val expected = """
[
[
{
Expand All @@ -78,7 +78,7 @@ class DumpTest {
"name": "app1-test1",
"cases": [
{
"name": "app1-test1#case1",
"name": "app1.test1.Test1#case1",
"duration": 10000
}
]
Expand All @@ -94,7 +94,7 @@ class DumpTest {
"name": "app1-test1",
"cases": [
{
"name": "app1-test1#case2",
"name": "app1.test1.Test1#case2",
"duration": 2000
}
]
Expand All @@ -108,7 +108,7 @@ class DumpTest {
"name": "app2-test1",
"cases": [
{
"name": "app2-test1#case1",
"name": "app2.test1.Test2#case1",
"duration": 1000
}
]
Expand All @@ -117,7 +117,7 @@ class DumpTest {
"name": "app2-test1",
"cases": [
{
"name": "app2-test1#case2",
"name": "app2.test1.Test2#case2",
"duration": 120
}
]
Expand Down

0 comments on commit c941b96

Please sign in to comment.