Skip to content

Commit 35fd9be

Browse files
Fix PSAlignAssignmentStatement: align TestNames and TestNamesWithExtraRepos assignment operators
1 parent 299352d commit 35fd9be

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/Data/TestRepos.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
# AfterAll.ps1 both source this file so setup and teardown always operate on the same set.
55
@{
66
# Test files that each need a primary repository.
7-
TestNames = @('Environments', 'Secrets', 'Variables', 'Releases', 'Actions')
7+
TestNames = @('Environments', 'Secrets', 'Variables', 'Releases', 'Actions')
88

99
# Subset that also need companion -2/-3 repositories for org-scoped SelectedRepository tests.
10-
TestNamesWithExtraRepos = @('Secrets', 'Variables')
10+
TestNamesWithExtraRepos = @('Secrets', 'Variables')
1111
}

0 commit comments

Comments
 (0)