chore: don't match specific error text (#14494)
This commit is contained in:
@ -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(
|
||||||
|
Reference in New Issue
Block a user