mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-13 15:07:49 +00:00
fix: typo
This commit is contained in:
parent
684a2901c4
commit
7775ffae1e
4 changed files with 6 additions and 8 deletions
|
|
@ -46,7 +46,7 @@ test('wifi strength is determined correctly', function () {
|
|||
'last_rssi_level' => $case['rssi'],
|
||||
]);
|
||||
|
||||
expect($device->wifi_strengh)->toBe($case['expected'])
|
||||
expect($device->wifi_strength)->toBe($case['expected'])
|
||||
->and($device->last_rssi_level)->toBe($case['rssi']);
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue