Skip to content

Commit

Permalink
Renamed exports template
Browse files Browse the repository at this point in the history
  • Loading branch information
orangejenny committed Jan 15, 2025
1 parent 669ea19 commit 4a79d7e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ module.exports = function (grunt) {
*/
var apps = [
'app_manager',
'export/ko',
'export',
'notifications/bootstrap3',
'notifications/bootstrap5',
'reports_core/choiceListUtils',
Expand Down
4 changes: 2 additions & 2 deletions corehq/apps/hqwebapp/tests/utils/test_bootstrap_changes.py
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ def test_update_gruntfile():
filedata = """
var apps = [
'app_manager',
'export/ko',
'export',
'notifications',
'reports_core/choiceListUtils',
'locations',
Expand All @@ -458,7 +458,7 @@ def test_update_gruntfile():
expected_result = """
var apps = [
'app_manager',
'export/ko',
'export',
'notifications/bootstrap3',
'notifications/bootstrap5',
'reports_core/choiceListUtils',
Expand Down

0 comments on commit 4a79d7e

Please sign in to comment.