Skip to content

Commit 04bbdbf

Browse files
Fix order or testing (#2400)
1 parent c3d168c commit 04bbdbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/test.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,9 @@ function Test-Exercise-Example-Implementations($Exercise) {
153153
}
154154
}
155155

156-
Test-Exercise-Example-Implementations $Exercise
157-
158156
if (!$Exercise) {
159157
Test-Refactoring-Exercise-Default-Implementations
160158
Build-Generators
161159
}
160+
161+
Test-Exercise-Example-Implementations $Exercise

0 commit comments

Comments
 (0)