File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ public function update($models)
49
49
50
50
$ this ->store ->set ($ model ->searchableAs (), $ model ->getScoutKey (), array_merge (
51
51
$ searchableData ,
52
- $ model ->scoutMetadata (),
52
+ $ model ->scoutMetadata ()
53
53
));
54
54
});
55
55
}
Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ public function assertNothingSynced(): self
185
185
Assert::assertEquals (
186
186
0 ,
187
187
$ this ->store ->countInHistory (),
188
- "Failed asserting that nothing was synced to search index. " ,
188
+ "Failed asserting that nothing was synced to search index. "
189
189
);
190
190
191
191
return $ this ;
@@ -196,7 +196,7 @@ public function assertNothingSyncedTo(string $index): self
196
196
Assert::assertEquals (
197
197
0 ,
198
198
$ this ->store ->countInHistory ($ index ),
199
- "Failed asserting that nothing was synced to ' {$ index }' search index. " ,
199
+ "Failed asserting that nothing was synced to ' {$ index }' search index. "
200
200
);
201
201
202
202
return $ this ;
You can’t perform that action at this time.
0 commit comments