Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Jan 24, 2024
1 parent f75a61f commit c2518e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Fields/SlugTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ public function test_a_slug_field_generates_value_from_model_attributes(): void

$user->save();

$this->assertSame('test_at_foocom', $user->name);
$this->assertSame('test_at_conetest', $user->name);
}
}

0 comments on commit c2518e0

Please sign in to comment.