Skip to content

Commit 6485691

Browse files
committed
additional review feedback changes
1 parent 24f6d46 commit 6485691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.Data.SqlClient/tests/ManualTests/SQL/DataReaderTest/DataReaderTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@ DROP TABLE IF EXISTS [{tableName}]
638638
command.Parameters.Clear();
639639
var result = (byte[])await command.ExecuteScalarAsync();
640640

641-
Debug.Assert(data.SequenceEqual(result));
641+
Assert.Equal(data, result);
642642
}
643643

644644
}

0 commit comments

Comments
 (0)