diff --git a/tests/bootstrap.php b/tests/bootstrap.php
index 6d972bcf29ca3540a882ce50d481bf79d59533c2..e2bead5e76dd43c30417445bcf23ffbf1115c52b 100755
--- a/tests/bootstrap.php
+++ b/tests/bootstrap.php
@@ -23,7 +23,7 @@ require_once $_tests_dir . '/includes/functions.php';
  * Manually load the plugin being tested.
  */
 function _manually_load_plugin() {
-	require dirname( dirname( __FILE__ ) ) . '/tag-list-widget.php';
+	require dirname( dirname( __FILE__ ) ) . '/taxonomy-list-widget.php';
 }
 tests_add_filter( 'muplugins_loaded', '_manually_load_plugin' );