Skip to content

Commit

Permalink
chore: code standard for schema context
Browse files Browse the repository at this point in the history
  • Loading branch information
orlandocavassani authored and JoaoFerrazfs committed Oct 2, 2024
1 parent d9af6a3 commit 2af6b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/Schema/SchemaTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ public function testShouldRefreshUpdatedAtTimestamps(): void
// Assertion
$result = $schema->updatedAtTimestamp();
$this->assertInstanceOf(UTCDateTime::class, $result);
$this->assertNotEquals(25000, (string)$result);
$this->assertNotEquals(25000, (string) $result);
}

/**
Expand Down

0 comments on commit 2af6b09

Please sign in to comment.