Skip to content

Commit

Permalink
Fix tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
laceysanderson committed Mar 30, 2024
1 parent b9738c8 commit 7203598
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/src/Functional/InstallTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
*/
class InstallTest extends ChadoTestBrowserBase {

protected $defaultTheme = 'stable';
protected $defaultTheme = 'stark';

/**
* Modules to enable.
*
* @var array
*/
protected static $modules = ['tripal_blast'];
protected static $modules = ['tripal','tripal_blast'];

/**
* Tests that a specific set of pages load with a 200 response.
Expand Down

0 comments on commit 7203598

Please sign in to comment.