diff options
Diffstat (limited to 'test/fixtures')
-rw-r--r-- | test/fixtures/statistics.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/fixtures/statistics.yml b/test/fixtures/statistics.yml index 0b5b113..e6bbccf 100644 --- a/test/fixtures/statistics.yml +++ b/test/fixtures/statistics.yml @@ -4,10 +4,10 @@ one: user_id: match_id: name: MyString - value: 1 + json_value: MyText two: user_id: match_id: name: MyString - value: 1 + json_value: MyText |