mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[core] fixing brittle json test
This commit is contained in:
parent
4658da8e73
commit
7115207dc6
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
Shindo.tests('Fog#JSON', 'core') do
|
||||
|
||||
TEST_HASH = {'name' => 'fog-name', 'quantity' => 4}
|
||||
VALID_JSON = "{\"name\":\"fog-name\",\"quantity\":4}"
|
||||
TEST_HASH = {'quantity' => 4}
|
||||
VALID_JSON = "{\"quantity\":4}"
|
||||
|
||||
tests('LegacyJSON') do
|
||||
|
||||
|
|
Loading…
Reference in a new issue