Corrected the expected output

This commit is contained in:
Jenny Tam 2018-05-25 09:27:48 -07:00 committed by GitHub
parent f0eefafa2e
commit 8f5c7061d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -73,4 +73,4 @@ sqlsrv_free_stmt($stmt);
sqlsrv_close($conn);
?>
--EXPECT--
The query was successfully executed.
Done