Skip to content

Commit c5744df

Browse files
committed
wip
1 parent 77fd531 commit c5744df

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/Models/MediumTest.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,6 @@ public function test_a_medium_has_search_query_scope(): void
6060
$query->toSql()
6161
);
6262
$this->assertSame(['%test%'], $query->getBindings());
63-
64-
$this->assertSame(
65-
'select * from "root_media"',
66-
Medium::query()->search()->toSql()
67-
);
6863
}
6964

7065
public function test_a_medium_has_type_query_scope(): void

0 commit comments

Comments
 (0)