feat: add 2026 WNBA expansion teams Toronto Tempo and Portland Fire#676
Open
madhavcodez wants to merge 1 commit into
Open
feat: add 2026 WNBA expansion teams Toronto Tempo and Portland Fire#676madhavcodez wants to merge 1 commit into
madhavcodez wants to merge 1 commit into
Conversation
Adds the two franchises that began play in May 2026, bringing wnba_teams to 15 entries. - Toronto Tempo (TOR, id 1611661332): first WNBA team based outside the US. State field is "Ontario", matching the Toronto Raptors precedent in nba_teams. - Portland Fire (POR, id 1611661327): revives the 2000-2002 Portland franchise name. The league reassigned the original team_id to the new expansion team, so the ID is reused intentionally. Updates test_wnba_teams from 13 to 15 and adds test_wnba_2026_expansion_teams_present to pin the lookups via find_wnba_team_by_abbreviation and find_wnba_team_name_by_id. Fixes swar#666
Author
|
Heads up on the red checks — the 2 failures are the pre-existing Local |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds the two franchises that began play in May 2026, bringing wnba_teams to 15 entries.
Updates test_wnba_teams from 13 to 15 and adds
test_wnba_2026_expansion_teams_present to pin the lookups via find_wnba_team_by_abbreviation and find_wnba_team_name_by_id.
Fixes #666