Skip to content

Commit

Permalink
chore: Fix coding style issues
Browse files Browse the repository at this point in the history
  • Loading branch information
João Neto authored and netoax committed Feb 19, 2021
1 parent eabf2a1 commit 3d5050e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/interactors/interactors.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ jest.mock('@cesarbr/knot-fog-connector-knot-cloud');
const mockThing = {
id: 'abcdef1234568790',
name: 'my-device',
config: [{
sensorId: 0,
schema: {
config: [
{
sensorId: 0,
schema: {
typeId: 65521,
valueType: 3,
unit: 0,
Expand All @@ -23,7 +24,8 @@ const mockThing = {
lowerThreshold: 1000,
upperThreshold: 3000,
},
}],
},
],
};
const mockData = [
{
Expand Down

0 comments on commit 3d5050e

Please sign in to comment.