Skip to content

Commit

Permalink
Correct test expectation
Browse files Browse the repository at this point in the history
  • Loading branch information
apoorvdeshmukh committed Aug 31, 2023
1 parent 4137aa2 commit 36bf0bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azuread/azuread_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func TestTDS8ConnWithAzureSqlAuth(t *testing.T) {
t.Fatal("Scan failed:", err.Error())
}
assert.Equal(t, "TSQL", protocolName, "Protocol name does not match")
assert.Equal(t, "0x08000000", hex.EncodeToString(tdsver))
assert.Equal(t, "08000000", hex.EncodeToString(tdsver))
}

// returns parsed connection parameters derived from
Expand Down

0 comments on commit 36bf0bc

Please sign in to comment.