chore: npm run pretty

This commit is contained in:
Michael Vines
2019-03-19 12:54:47 -07:00
parent 5c6c3a8ea8
commit c78ca47547
5 changed files with 8 additions and 16 deletions

View File

@ -472,9 +472,7 @@ test('account change notification', async () => {
expect(mockCallback.mock.calls[0][0].lamports).toBe(41);
expect(mockCallback.mock.calls[0][0].owner).toEqual(BpfLoader.programId);
expect(mockCallback.mock.calls[0][0].executable).toBe(false);
expect(mockCallback.mock.calls[0][0].data).toEqual(
Buffer.from([1, 2, 3]),
);
expect(mockCallback.mock.calls[0][0].data).toEqual(Buffer.from([1, 2, 3]));
});
test('program account change notification', async () => {