Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze authored and github-actions[bot] committed Mar 24, 2024
1 parent 712d612 commit 45c45c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Records/TXTTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ public function it_return_null_for_to_few_attributes()

$this->assertNull($record);
}

/** @test */
public function it_can_parse_a_string_with_double_space()
{
Expand All @@ -90,6 +91,7 @@ public function it_can_parse_a_string_with_double_space()
$this->assertSame('TXT', $record->type());
$this->assertSame('test 2 7', $record->txt());
}

/** @test */
public function it_can_parse_a_string_with_a_double_quote()
{
Expand Down

0 comments on commit 45c45c5

Please sign in to comment.