Corrected a misspelled filter name

This commit is contained in:
Christopher Allford 2020-01-30 18:12:00 -08:00
parent 8a046ab0cd
commit b6046930c6
1 changed files with 1 additions and 1 deletions

View File

@ -619,7 +619,7 @@ class WC_Tests_Core_Functions extends WC_Unit_Test_Case {
}
ob_end_clean();
remove_filter( 'woocommerce_locatsdae_template', array( $this, 'force_template_path' ) );
remove_filter( 'woocommerce_locate_template', array( $this, 'force_template_path' ) );
$file_path = wp_cache_get( sanitize_key( 'template-global/wrapper-start.php---' . WC_VERSION ), 'woocommerce' );