Merge pull request #8625 from edx/will/js-test-fixup

Fix JS tests that broke due to a conflict between merges
This commit is contained in:
Will Daly
2015-06-22 14:37:20 -07:00

View File

@@ -1,7 +1,7 @@
/**
* Tests for the reverification view.
**/
define(['jquery', 'js/common_helpers/template_helpers', 'js/verify_student/views/reverify_view'],
define(['jquery', 'common/js/spec_helpers/template_helpers', 'js/verify_student/views/reverify_view'],
function( $, TemplateHelpers, ReverifyView ) {
'use strict';