Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefano Celentano committed Aug 14, 2024
1 parent 5b1ee9d commit 7ba042b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkg/codeowners/codeowners_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ func TestCodeowners_FromFile(t *testing.T) {
path string
expected string
}{
{"app/announcers/attachment_announcer.rb", "bookkeeping"},
{"app/controllers/v1/external_transfers_controller.rb", "sepa"},
{"app/controllers/somepath/v1/external_transfers_controller.rb", "sepa"},
{"app/controllers/anotherpath/mandates_controller.rb", "sepa"},
{"app/services/transfers/somefile.rb", "sepa"},
{"app/announcers/attachment_announcer.rb", "@team-cft-bookkeeping"},
{"app/controllers/v1/external_transfers_controller.rb", "@team-cft-sepa"},
{"app/controllers/somepath/v1/external_transfers_controller.rb", "@team-cft-sepa"},
{"app/controllers/anotherpath/mandates_controller.rb", "@team-cft-sepa"},
{"app/services/transfers/somefile.rb", "@team-cft-sepa"},
}

for _, tt := range tests {
Expand Down

0 comments on commit 7ba042b

Please sign in to comment.