|
@@ -158,7 +158,7 @@ describe("bolt", () => {
|
|
|
const addEntity = await AddEntity({
|
|
|
payer: provider.wallet.publicKey,
|
|
|
world: worldPda,
|
|
|
- seed: "extra-seed",
|
|
|
+ seed: "custom-seed",
|
|
|
connection: provider.connection,
|
|
|
});
|
|
|
await provider.sendAndConfirm(addEntity.transaction);
|