Skip to content
This repository has been archived by the owner on Jan 27, 2025. It is now read-only.

Commit

Permalink
Fix formatting in expected integration test output. (#184) (73be683)
Browse files Browse the repository at this point in the history
  • Loading branch information
blackwinter committed Mar 2, 2022
1 parent 5ecfebf commit ef4223b
Showing 1 changed file with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"test": [{
"key": "1_eulav",
"test": "test_1"
},{
"key": "2_eulav",
"test": "test_2"
},{
"key": "3_eulav",
"test": "test_3"
}]
"test" : [ {
"key" : "1_eulav",
"test" : "test_1"
}, {
"key" : "2_eulav",
"test" : "test_2"
}, {
"key" : "3_eulav",
"test" : "test_3"
} ]
}

0 comments on commit ef4223b

Please sign in to comment.