Skip to content

Commit e413740

Browse files
committed
Forgot removing 'only' in test
1 parent 76c98e8 commit e413740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/services/schema-form-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ describe('schemaForm', function() {
257257
});
258258
});
259259

260-
it.only('should handle x-schema-form defaults',function(){
260+
it('should handle x-schema-form defaults',function(){
261261
inject(function(schemaForm){
262262

263263
var schema = {

0 commit comments

Comments
 (0)