Skip to content

Commit 739c9e4

Browse files
committed
Update MSSQLColumnTest.php
1 parent 488ef31 commit 739c9e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/mssql/MSSQLColumnTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ public function testCreateCol01() {
161161
$this->assertEquals('[my_col]', $colObj->getName());
162162
$this->assertEquals('nvarchar', $colObj->getDatatype());
163163
$this->assertEquals(1, $colObj->getSize());
164-
$this->assertEquals("'Hello Ibrahim'", $colObj->cleanValue('Ibrahim'));
164+
$this->assertEquals("N'Hello Ibrahim'", $colObj->cleanValue('Ibrahim'));
165165
}
166166
/**
167167
* @test

0 commit comments

Comments
 (0)