Skip to content

Commit

Permalink
Merge pull request #1101 from salehhashemi1992/refactor/remove-duplic…
Browse files Browse the repository at this point in the history
…ate-assertion
  • Loading branch information
mfn authored Oct 18, 2023
2 parents c467639 + 24dd125 commit e87cfa7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/Database/SelectFieldsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,6 @@ public function testWithSelectFieldsAndModelAndAlias(): void
],
];

self::assertEquals(200, $response->getStatusCode());
self::assertEquals($expectedResult, $response->json());
}

Expand Down Expand Up @@ -533,7 +532,6 @@ public function testWithSelectFieldsAndModelAndCallbackSqlAlias(): void
],
];

self::assertEquals(200, $response->getStatusCode());
self::assertEquals($expectedResult, $response->json());
}

Expand Down Expand Up @@ -576,7 +574,6 @@ public function testWithSelectFieldsAndModelAndAliasAndCustomResolver(): void
],
];

self::assertEquals(200, $response->getStatusCode());
self::assertEquals($expectedResult, $response->json());
}

Expand Down

0 comments on commit e87cfa7

Please sign in to comment.