Skip to content

Commit

Permalink
Fix: 'tacticalrelay' should be 'tactical-relay' in Quick Build slots
Browse files Browse the repository at this point in the history
  • Loading branch information
guidokessels committed Nov 12, 2019
1 parent 242a09d commit 7bd2ec9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/helpers/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const mapSlotXWSToName = {
missile: "Missile",
modification: "Modification",
sensor: "Sensor",
tacticalrelay: "Tactical Relay",
"tactical-relay": "Tactical Relay",
talent: "Talent",
tech: "Tech",
title: "Title",
Expand Down
2 changes: 1 addition & 1 deletion tests/schemas/quick-build.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"type": "object",
"additionalProperties": false,
"patternProperties": {
"^(astromech|cannon|configuration|crew|device|force-power|gunner|illicit|missile|modification|sensor|tacticalrelay|talent|tech|title|torpedo|turret)$": {
"^(astromech|cannon|configuration|crew|device|force-power|gunner|illicit|missile|modification|sensor|tactical-relay|talent|tech|title|torpedo|turret)$": {
"type": "array",
"minLength": 1,
"items": { "type": "string", "pattern": "^[a-z0-9-]+$" }
Expand Down

0 comments on commit 7bd2ec9

Please sign in to comment.