Skip to content

Commit 9f72a56

Browse files
style: run prettier on changed files
1 parent f21aec8 commit 9f72a56

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pfSense-pkg-RESTAPI/files/usr/local/pkg/RESTAPI/Tests/APIModelsRoutingGatewayGroupPriorityTestCase.inc

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,7 @@ class APIModelsRoutingGatewayGroupPriorityTestCase extends TestCase {
5959
$gateway_prio->update();
6060

6161
# Ensure the priority was actually updated
62-
$this->assert_equals(
63-
RoutingGatewayGroupPriority::query(id: $gateway_prio->id)->first()->tier->value,
64-
3
65-
);
62+
$this->assert_equals(RoutingGatewayGroupPriority::query(id: $gateway_prio->id)->first()->tier->value, 3);
6663

6764
# Delete the gateway group priority object and ensure it was deleted
6865
$gateway_prio->delete();

0 commit comments

Comments
 (0)