Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgergo committed Mar 19, 2024
1 parent 37f70f6 commit bc7cec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Models/AddressTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,6 @@ public function test_address_has_alias_attribute(): void
$address->addressable()->associate($this->user);
$address->save();

$this->assertSame("#{$address->id}", $address->alias);
$this->assertSame($address->name, $address->alias);
}
}

0 comments on commit bc7cec5

Please sign in to comment.