diff options
| author | realtradam <[email protected]> | 2024-05-22 14:59:24 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2024-05-22 14:59:24 -0400 |
| commit | 6cf41b4a5c55c91974e31ac032d969c7481b3e80 (patch) | |
| tree | d0233a35a60f33f6d7115a26139fd6e61f96c15a /test/fixtures/games.yml | |
| parent | 3321db8f9c549103ebae46bf025a3135208a2e3b (diff) | |
| download | gameHolster-6cf41b4a5c55c91974e31ac032d969c7481b3e80.tar.gz gameHolster-6cf41b4a5c55c91974e31ac032d969c7481b3e80.zip | |
extract frontend
Diffstat (limited to 'test/fixtures/games.yml')
| -rw-r--r-- | test/fixtures/games.yml | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/test/fixtures/games.yml b/test/fixtures/games.yml index ba6c0d7..348ba2f 100644 --- a/test/fixtures/games.yml +++ b/test/fixtures/games.yml @@ -2,12 +2,8 @@ one: title: MyString - body: MyText - status: 1 - user: one + titleSlug: MyString two: title: MyString - body: MyText - status: 1 - user: two + titleSlug: MyString |
