diff options
Diffstat (limited to 'src/peripherals/twi.spec.ts')
| -rw-r--r-- | src/peripherals/twi.spec.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/peripherals/twi.spec.ts b/src/peripherals/twi.spec.ts index 542cf2a..7d5fbf3 100644 --- a/src/peripherals/twi.spec.ts +++ b/src/peripherals/twi.spec.ts @@ -176,7 +176,7 @@ describe('TWI', () => { stop: jest.fn(), connectToSlave: jest.fn(), writeByte: jest.fn(), - readByte: jest.fn() + readByte: jest.fn(), }; // Step 1: wait for start condition @@ -344,7 +344,7 @@ describe('TWI', () => { stop: jest.fn(), connectToSlave: jest.fn(), writeByte: jest.fn(), - readByte: jest.fn() + readByte: jest.fn(), }; // Step 1: wait for start condition |
