Skip to content

Commit 16c25ae

Browse files
committed
Fix tests
1 parent 8b40196 commit 16c25ae

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/Unit/General/User_Interface/General_Page_Integration_Test.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -334,11 +334,6 @@ public function test_enqueue_assets() {
334334
->once()
335335
->andReturn( false );
336336

337-
$this->user_helper
338-
->expects( 'update_meta' )
339-
->with( 1, 'wpseo_seen_llm_txt_opt_in_notification', true )
340-
->once();
341-
342337
$this->options_helper
343338
->expects( 'get' )
344339
->with( 'enable_llms_txt', true )

0 commit comments

Comments
 (0)