Skip to content

Commit

Permalink
Remove extraneous println during tests
Browse files Browse the repository at this point in the history
  • Loading branch information
russellhaering committed May 8, 2018
1 parent 92a8582 commit d4877be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion providertests/exercise.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import (
)

func ExerciseProviderTestScenarios(t *testing.T, scenarios []ProviderTestScenario) {
println("TESTING")
for _, scenario := range scenarios {
t.Run(scenario.ScenarioName, func(t *testing.T) {
_, err := saml2.DecodeUnverifiedBaseResponse(scenario.Response)
Expand Down

0 comments on commit d4877be

Please sign in to comment.