(fix): Re-sync ES if expired boost was already completed (#448)
0/1 discussion resolved
260 260 261 261 $this->update($boost, [ '@timestamp'] ); 262 262 } 263 264 function it_should_resync_a_boost_on_elasticsearch(Boost $boost) 265 { 266 $this->elasticRepository->update($boost, [ '@timestamp' ]) 267 ->shouldBeCalled(); 268 269 $this->resync($boost, [ '@timestamp'] ); - Owner
can we fix the spacing here?