Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
chore(cleanup): cleanup tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku committed Aug 1, 2013
1 parent 62689bd commit 05af10a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unit/dataDepend/dataDependSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,8 @@ describe('dataDepend', function() {
}));
});

describe('data', function() {

describe('provider', function() {

var __dataFactory;

Expand Down Expand Up @@ -494,7 +495,6 @@ describe('dataDepend', function() {

var fooProvider = createProvider({
name: 'foo',
eager: true,
factory: function (a) {
return 'FOO';
}
Expand Down

0 comments on commit 05af10a

Please sign in to comment.