chore: prettier fixes
This commit is contained in:
committed by
Michael Vines
parent
be53ab5aa4
commit
b9ade46c41
@ -202,7 +202,7 @@ test('get program accounts', async () => {
|
||||
);
|
||||
expect(programAccounts.length).toBe(2);
|
||||
|
||||
programAccounts.forEach(function(element) {
|
||||
programAccounts.forEach(function (element) {
|
||||
expect([
|
||||
account0.publicKey.toBase58(),
|
||||
account1.publicKey.toBase58(),
|
||||
|
Reference in New Issue
Block a user