Skip to content

Commit

Permalink
add edge case for test
Browse files Browse the repository at this point in the history
  • Loading branch information
cgundy committed May 9, 2023
1 parent 6148f59 commit 875fae2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/tests/test_compliance_checks.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ def code_owners_test_file(n):
(code_owners_test_file(1), "dfinity", "idx"),
(code_owners_test_file(2), "another-org", "another-team"),
(code_owners_test_file(3), "dfinity-lab", "some-team"),
(code_owners_test_file(8), "dfinity", "trust"),
],
)
def test_get_team_name_succeeds(test_input, org_name, expected):
Expand Down
1 change: 1 addition & 0 deletions .github/tests/test_data/CODEOWNERS8
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @dfinity/trust

0 comments on commit 875fae2

Please sign in to comment.