Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
smecsia committed Feb 26, 2016
1 parent 7053e57 commit 82f6dee
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions service/src/test/resources/json/quotaSummaries1.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,6 @@
}
],
"user2": [
{
"versions": [
{
"version": "32.0",
"running": 3,
"max": 4
}
],
"name": "firefox",
"running": 3,
"max": 4
},
{
"name": "chrome",
"max": 7,
Expand All @@ -63,6 +51,18 @@
"version": "32.0"
}
]
},
{
"versions": [
{
"version": "32.0",
"running": 3,
"max": 4
}
],
"name": "firefox",
"running": 3,
"max": 4
}
]
}

0 comments on commit 82f6dee

Please sign in to comment.