Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
biggora committed Feb 20, 2013
1 parent 3991de8 commit cccbc96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/migration_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ it('should check actuality of schema', function(test) {
});
});
});

/*
it('should add single-column index', function(test) {
User.defineProperty('email', {
type: String,
Expand All @@ -235,7 +235,7 @@ it('should add single-column index', function(test) {
});
});
});
/*
it('should change type of single-column index', function(test) {
User.defineProperty('email', {
type: String,
Expand Down

0 comments on commit cccbc96

Please sign in to comment.