Skip to content

Commit

Permalink
whitespace change to assess appveyor issue
Browse files Browse the repository at this point in the history
  • Loading branch information
PeteBassettBet365 committed Aug 17, 2022
1 parent 9e70eab commit 7fd8e3b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion azuread/configuration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ func TestValidateParameters(t *testing.T) {
}
// mssqlConfig is not idempotent due to pointers in it, plus we aren't testing its correctness here
config.mssqlConfig = msdsn.Config{}

if !reflect.DeepEqual(config, tst.expected) {
t.Errorf("Captured parameters do not match in test case '%s'. Expected:%+v, Actual:%+v", tst.name, tst.expected, config)
}
Expand Down

0 comments on commit 7fd8e3b

Please sign in to comment.