Skip to content

Commit 034225b

Browse files
committed
Remove SimpleFileLogger in test
1 parent d4ee6b9 commit 034225b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/RetryOnExceptionTest.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
use YdbPlatform\Ydb\Session;
99
use YdbPlatform\Ydb\Table;
1010
use YdbPlatform\Ydb\Ydb;
11-
use YdbPlatform\Ydb\Logger\SimpleFileLogger;
1211

1312
class SessionManager extends \YdbPlatform\Ydb\Session{
1413
public static function setSessionId(\YdbPlatform\Ydb\Session $session, string $id){
@@ -47,8 +46,7 @@ public function test(){
4746
'credentials' => new AnonymousAuthentication()
4847
];
4948

50-
$ydb = new Ydb($config, new SimpleFileLogger(7, "l.log"));
51-
// $ydb = new Ydb($config);
49+
$ydb = new Ydb($config);
5250
$table = $ydb->table();
5351

5452
$session = $table->createSession();

0 commit comments

Comments
 (0)