Skip to content

Commit

Permalink
chore: rename test
Browse files Browse the repository at this point in the history
  • Loading branch information
yonadaa committed Feb 16, 2024
1 parent 863357b commit 7399844
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ import { getNetworkConfig } from "../client-vanilla/src/mud/getNetworkConfig";

const address = "0xad97505a508daf984fe60302109e0115e544b267";

describe("createStoreSync", () => {
describe("syncToRecs", () => {
const asyncErrorHandler = createAsyncErrorHandler();

it("creates the sync", async () => {
it("has the correct sync progress percentage", async () => {
asyncErrorHandler.resetErrors();

await deployContracts(rpcHttpUrl);
Expand All @@ -29,6 +29,7 @@ describe("createStoreSync", () => {
const publicClient = createPublicClient(clientOptions);

const world = createWorld();

const { components } = await syncToRecs({
world,
config: mudConfig,
Expand Down

0 comments on commit 7399844

Please sign in to comment.