diff options
Diffstat (limited to 'models/fixtures/topic.yml')
-rw-r--r-- | models/fixtures/topic.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/models/fixtures/topic.yml b/models/fixtures/topic.yml index b6b94ff4d9..c868b207cb 100644 --- a/models/fixtures/topic.yml +++ b/models/fixtures/topic.yml @@ -1,7 +1,7 @@ - id: 1 name: golang - repo_count: 1 + repo_count: 2 - id: 2 @@ -11,3 +11,7 @@ - id: 3 name: SQL repo_count: 1 + +- id: 4 + name: graphql + repo_count: 1 |