Commit e6497f00 by Clinton Blackburn

Corrected nesting for spec

parent 39033343
...@@ -42,7 +42,6 @@ define([ ...@@ -42,7 +42,6 @@ define([
}); });
}); });
}); });
});
describe('filterSeats', function () { describe('filterSeats', function () {
it('should filter CourseSeats of the requested type', function () { it('should filter CourseSeats of the requested type', function () {
...@@ -63,7 +62,7 @@ define([ ...@@ -63,7 +62,7 @@ define([
filtered: [verified, verified], filtered: [verified, verified],
residual: [honor, professional] residual: [honor, professional]
} }
}, }
]; ];
_.each(expected, function (expected) { _.each(expected, function (expected) {
...@@ -71,5 +70,6 @@ define([ ...@@ -71,5 +70,6 @@ define([
}); });
}); });
}); });
});
} }
); );
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment