Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
shueybubbles committed Dec 4, 2024
1 parent dabec9c commit 39052d2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions msdsn/conn_str_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,9 @@ func TestConnParseRoundTripFixed(t *testing.T) {
if err != nil {
t.Fatal("Params after roundtrip are not valid", err)
}
t.Log("params.URL " + params.URL().String())
params.ActivityID = nil
rtParams.ActivityID = nil
if !reflect.DeepEqual(params, rtParams) {
t.Fatal("Parameters do not match after roundtrip", params, rtParams)
}
Expand Down

0 comments on commit 39052d2

Please sign in to comment.