diff options
Diffstat (limited to 'test/fixtures/categories.yml')
-rw-r--r-- | test/fixtures/categories.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/fixtures/categories.yml b/test/fixtures/categories.yml index 9074eff..056aa82 100644 --- a/test/fixtures/categories.yml +++ b/test/fixtures/categories.yml @@ -6,6 +6,6 @@ one: badge_foreground_colour: MyString two: - name: MyString - colour: MyString - badge_foreground_colour: MyString + name: MyString2 + colour: MyString2 + badge_foreground_colour: MyString2 |