Fix JS tests that broke due to a conflict between merges

This commit is contained in:
Will Daly
2015-06-22 13:22:17 -07:00
parent 44e13af6be
commit 356cdeecb4

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';