Skip to content

Commit 8a61022

Browse files
committed
code cleaning
1 parent bd4f83b commit 8a61022

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

test/unit/lib/commonBindings.test.js

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -79,15 +79,4 @@ describe('Common bindings', () => {
7979
});
8080
});
8181
});
82-
describe('When extractAttributes is called', () => {
83-
it('Should return array of extracted attributes', (done) => {
84-
commonBindings.__set__('guessType', () => {
85-
return 'string';
86-
});
87-
const attributes = commonBindings.extractAttributes(mockDevice, { CarSpeed: 0 });
88-
expect(attributes).not.equal(null);
89-
expect(attributes.length).is.greaterThanOrEqual(1);
90-
done();
91-
});
92-
});
9382
});

0 commit comments

Comments
 (0)