Skip to content

Commit

Permalink
Fixed type check on integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
beniamin-gheorghita-payu-gpo committed Aug 10, 2023
1 parent eec7546 commit 3b4c8f9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 202 deletions.
201 changes: 0 additions & 201 deletions LICENSE

This file was deleted.

2 changes: 1 addition & 1 deletion tests-integration/AfterScriptRunTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ public function testTruncatedTable(): void
$destRow = $stmt->fetch(PDO::FETCH_ASSOC);

$this->assertGreaterThan(0, $sourceRow['nr']);
$this->assertSame('0', $destRow['nr']);
$this->assertSame(0, $destRow['nr']);
}

/**
Expand Down

0 comments on commit 3b4c8f9

Please sign in to comment.