Renaming data test for consistency

This commit is contained in:
Colin McLeod
2015-07-15 21:11:23 -07:00
parent ab1ea53ce3
commit b3126cf6b6

View File

@@ -25,7 +25,7 @@ describe('Database', function() {
}
});
it('has valid internal components', function() {
it('has unique IDs for every internal component', function() {
var ids = {};
var groups = DB.components.internal;