chore: don't match specific error text (#14494)
This commit is contained in:
parent
21a0a83543
commit
b9f0fb5525
|
@ -105,7 +105,7 @@ describe('load BPF Rust program', () => {
|
||||||
programData,
|
programData,
|
||||||
BPF_LOADER_PROGRAM_ID,
|
BPF_LOADER_PROGRAM_ID,
|
||||||
);
|
);
|
||||||
await expect(failedLoad).rejects.toThrow('Transaction was not confirmed');
|
await expect(failedLoad).rejects.toThrow();
|
||||||
|
|
||||||
// Second load will succeed
|
// Second load will succeed
|
||||||
await BpfLoader.load(
|
await BpfLoader.load(
|
||||||
|
|
Loading…
Reference in New Issue