Skip to content

Commit 7e8b415

Browse files
committed
Enable tests
1 parent be54443 commit 7e8b415

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

git-tool-audit-simplify.tests.ps1

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -116,12 +116,12 @@ Describe 'git-tool-audit-simplify' {
116116
Add-StandardTests
117117
}
118118

119-
# Context 'with a remote' {
120-
# BeforeEach {
121-
# Initialize-ToolConfiguration
122-
# Initialize-UpdateGitRemote
123-
# Initialize-NoCurrentBranch
124-
# }
125-
# Add-StandardTests
126-
# }
119+
Context 'with a remote' {
120+
BeforeEach {
121+
Initialize-ToolConfiguration
122+
Initialize-UpdateGitRemote
123+
Initialize-NoCurrentBranch
124+
}
125+
Add-StandardTests
126+
}
127127
}

0 commit comments

Comments
 (0)