fix field and optioned test names

This commit is contained in:
Joe Fleming 2014-10-21 17:00:33 -07:00
parent 9aa5d0a08a
commit 0b4a39344f
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
define(function (require) {
return ['Regex', function () {
return ['Field', function () {
var _ = require('lodash');
var BaseAggParam;

View file

@ -1,5 +1,5 @@
define(function (require) {
return ['Regex', function () {
return ['Optioned', function () {
var _ = require('lodash');
var BaseAggParam;