mirror of
https://github.com/danog/phpseclib.git
synced 2025-01-22 04:51:19 +01:00
Tests: fix bad unit test
This commit is contained in:
parent
f5d7c06264
commit
5e1c890ac6
@ -179,7 +179,7 @@ class Functional_Net_SFTPUserStoryTest extends PhpseclibFunctionalTestCase
|
||||
);
|
||||
|
||||
$this->assertSame(
|
||||
self::$exampleData . 'zzz',
|
||||
self::$exampleData . 'xxx',
|
||||
$sftp->get('file1.txt'),
|
||||
'Failed asserting that get() returns expected example data.'
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user