Skip to content

Commit

Permalink
Missed a wp_styles in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
valendesigns committed Apr 4, 2016
1 parent 078b691 commit 90acc51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test-class-gem-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public function test_page_load() {
$instance->action_admin_menu();

$this->assertIsDefinedAction( 'in_admin_header', array( $instance, 'setup_help_tabs' ) );
$this->assertArrayHasKey( 'gem-admin', wp_styles()->registered );
$this->assertTrue( wp_style_is( 'gem-admin', 'registered' ) );

// debug-reset action:
$_GET['action'] = 'debug-reset';
Expand Down

0 comments on commit 90acc51

Please sign in to comment.