Skip to content

Commit 0c93b48

Browse files
committed
fixed typo
1 parent bc2a6b9 commit 0c93b48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
require_once $_tests_dir . '/includes/functions.php';
1313

1414
function _manually_load_plugin() {
15-
require dirname( dirname( __FILE__ ) ) . '/activitystream-extension.php';
15+
require dirname( dirname( __FILE__ ) ) . '/activitypub.php';
1616
}
1717
tests_add_filter( 'muplugins_loaded', '_manually_load_plugin' );
1818

0 commit comments

Comments
 (0)