Skip to content

Commit

Permalink
fix test cases for abc042, abc043
Browse files Browse the repository at this point in the history
  • Loading branch information
conlacda committed Dec 21, 2024
1 parent 9f58a99 commit 932d433
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion browser-extension/chrome-extension/firefox_manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "Atcoder Companion",
"description": "Enhance your experience by providing some useful features designed to streamline your workflow and boost your productivity.",
"version": "0.2.5",
"version": "0.2.6",
"action": {
"default_popup": "index.html",
"default_icon": {
Expand Down
2 changes: 1 addition & 1 deletion browser-extension/chrome-extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "Atcoder Companion",
"description": "Enhance your experience by providing some useful features designed to streamline your workflow and boost your productivity.",
"version": "0.2.5",
"version": "0.2.6",
"action": {
"default_popup": "index.html",
"default_icon": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
* If they are different, we need to map them.
*/
const mappingForTestCase = {
"abc042": "arc058",
"abc043": "arc059",
"abc044": "arc060",
"abc045": "arc061",
"abc046": "arc062",
Expand Down

0 comments on commit 932d433

Please sign in to comment.