Skip to content

Commit 102406a

Browse files
committed
chore(tests): Modify test to work with BoxLang
1 parent 028c2ad commit 102406a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/specs/integration/BaseEntity/Relationships/RelationshipsAggregatesSpec.cfc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,6 @@ component extends="tests.resources.ModuleIntegrationSpec" {
276276
expect( commentsCountBuilder ).toBeArray();
277277
expect( commentsCountBuilder ).toHaveLength( 1 );
278278
expect( commentsCountBuilder[ 1 ] ).toBeInstanceOf( "QuickBuilder" );
279-
expect( commentsCountBuilder[ 1 ].toSQL() ).toBe( "SELECT COUNT(*) FROM `comments` LEFT OUTER JOIN `pictureComments` ON `comments`.`id` = `pictureComments`.`FK_comment` LEFT OUTER JOIN `internalComments` ON `comments`.`id` = `internalComments`.`FK_comment` WHERE (`my_posts`.`post_pk` = `comments`.`commentable_id`) AND `comments`.`commentable_type` = ?" );
280279
} );
281280
} );
282281

0 commit comments

Comments
 (0)