Skip to content

Commit ca3cebd

Browse files
committed
chore(review): updated test declaration based on review comment
1 parent 518a2ec commit ca3cebd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/SinglePlayerCommit.deploy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { BytesLike, solidityKeccak256 } from "ethers/lib/utils";
33

44
export function shouldDeployWithInitialParameters(): void {
55

6-
it("has the 'biking' and 'cycling' activity and it is allowed", async function () {
6+
it("has the 'biking' and 'running' activity and it is allowed", async function () {
77
const _activityNames: string[] = ["biking", "running"];
88
const _activityKeys: BytesLike[] = [];
99
const _activities = [];

0 commit comments

Comments
 (0)