You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -105,7 +107,10 @@ public function transferring_accessory_clears_only_the_source_users_pending_acce
105
107
'qty' => 5,
106
108
]);
107
109
108
-
$this->assertFalse((bool) $accessory->checkin_email(), 'Checkin email must be off, or this stops proving cleanup happens with notifications disabled.');
110
+
$this->assertFalse(
111
+
(bool) $accessory->checkin_email(),
112
+
'Checkin email must be off, or this stops proving cleanup happens with notifications disabled.'
@@ -144,7 +149,10 @@ public function transferring_asset_clears_source_users_pending_acceptance(): voi
144
149
]),
145
150
]);
146
151
147
-
$this->assertFalse((bool) $asset->fresh()->checkin_email(), 'Checkin email must be off, or this stops proving cleanup happens with notifications disabled.');
152
+
$this->assertFalse(
153
+
(bool) $asset->fresh()->checkin_email(),
154
+
'Checkin email must be off, or this stops proving cleanup happens with notifications disabled.'
0 commit comments