service = app('OrderPackageReceivedSyncService'); } public function testReturned() { $this->assertTrue(true); } function tearDown(): void { parent::tearDown(); } /** * @throws \Exception * @test */ public function sync_test() { // $this->service->syncLogisticRoute(); $this->assertTrue(true); } }