Skip to content

Commit

Permalink
code.tests>modify.refactor: modify test data
Browse files Browse the repository at this point in the history
  • Loading branch information
pwnfan committed Aug 1, 2023
1 parent 519ffe1 commit b7c9c08
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/data/tags.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,19 @@
},
"library": {
"abbr": "lib",
"alias": "moudle / package",
"definition": "a moudle / package / library (usually third party ones) of certain development language",
"alias": "package / module",
"definition": "a module / package / library (usually third party ones) of certain development language",
"full_name": null,
"gpt_prompt_context": null,
"prefer_format": "{tag} / {alias}"
},
"module": {
"abbr": "mod",
"alias": "package / library",
"definition": "a moudle / package / library (usually third party ones) of certain development language",
"alias": "library / package",
"definition": "a module / package / library (usually third party ones) of certain development language",
"full_name": null,
"gpt_prompt_context": null,
"prefer_format": "{full_name} / {alias}"
"prefer_format": "{alias} / {tag}"
},
"tag": {
"abbr": null,
Expand All @@ -53,6 +53,6 @@
"definition": "the Testing part in Software Development",
"full_name": null,
"gpt_prompt_context": null,
"prefer_format": "{full_name}"
"prefer_format": "{tag}"
}
}

0 comments on commit b7c9c08

Please sign in to comment.