Skip to content

Commit 17db3b0

Browse files
committed
WIP
1 parent 666c213 commit 17db3b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/SpeculationRulesApiTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@
7474
],
7575
]);
7676

77-
expect(LaravelSpeculationRulesApi::speculationRules())->toMatchSnapshot();
77+
expect(json_encode(LaravelSpeculationRulesApi::speculationRules(), JSON_PRETTY_PRINT))
78+
->toMatchSnapshot();
7879
});
7980

8081
test('rule creation', function () {

0 commit comments

Comments
 (0)