Skip to content

Commit

Permalink
Merge branch 'development' into dependabot/composer/phpoffice/phpspre…
Browse files Browse the repository at this point in the history
…adsheet-1.29.2
  • Loading branch information
horcsinbalint authored Oct 14, 2024
2 parents 381b227 + b6376e1 commit 042ebf8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Feature/MacAddressControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ public function test_delete_mac_address(): void
$this->assertDatabaseMissing('mac_addresses', [
'user_id' => $this->user->id,
'mac_address' => '01:23:45:67:89:AB',
'deleted_at' => null,
]);
}

Expand Down Expand Up @@ -183,6 +184,7 @@ public function test_delete_other_mac_address(): void
$this->assertDatabaseMissing('mac_addresses', [
'user_id' => $this->user->id,
'mac_address' => '01:23:45:67:89:AB',
'deleted_at' => null,
]);
}
}

0 comments on commit 042ebf8

Please sign in to comment.