Skip to content

Commit

Permalink
Remove superfluous statement (#2315)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom authored Oct 20, 2024
1 parent 0175e43 commit 86b40de
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions bin/test.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -129,5 +129,3 @@ if (!$Exercise) {

Use-ExampleImplementation $conceptExercisesDir $practiceExercisesDir
Test-ExerciseImplementation -Exercise $Exercise -BuildDir $buildDir -ConceptExercisesDir $conceptExercisesDir -PracticeExercisesDir $practiceExercisesDir -IsCI $isCi

exit $LastExitCode
3 changes: 1 addition & 2 deletions bin/update-exercises.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@

[CmdletBinding(SupportsShouldProcess)]
param (
[Parameter(Position = 0, Mandatory = $false)][string]$Exercise,
[Parameter()][switch]$RegenerateTests
[Parameter(Position = 0, Mandatory = $false)][string]$Exercise
)

$ErrorActionPreference = "Stop"
Expand Down

0 comments on commit 86b40de

Please sign in to comment.