Skip to content

Commit

Permalink
client/tests: cli remove it.only
Browse files Browse the repository at this point in the history
  • Loading branch information
jochem-brouwer committed Jul 31, 2024
1 parent 507b85b commit d5eed95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/test/cli/cli.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ describe('[CLI]', () => {
}
await clientRunHelper(cliArgs, onData)
}, 30000)
it.only('should successfully start client with non-lower case network name', async () => {
it('should successfully start client with non-lower case network name', async () => {
const cliArgs = ['--network=Sepolia']
const onData = (message: string, child: ChildProcessWithoutNullStreams, resolve: Function) => {
if (message.includes('Initializing Ethereumjs client')) {
Expand Down

0 comments on commit d5eed95

Please sign in to comment.