Skip to content

Commit

Permalink
chore: re-enable legacy web3.js tests
Browse files Browse the repository at this point in the history
  • Loading branch information
steveluscher committed Jul 16, 2024
1 parent 5a1473c commit 153ae50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/library-legacy/test/validator-info.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {Keypair} from '../src/keypair';
import {PublicKey} from '../src/publickey';
import {ValidatorInfo} from '../src/validator-info';

describe.only('ValidatorInfo', () => {
describe('ValidatorInfo', () => {
it('from config account data', () => {
const keypair = Keypair.fromSeed(Uint8Array.from(Array(32).fill(8)));

Expand Down

0 comments on commit 153ae50

Please sign in to comment.