Skip to content

Commit 6636543

Browse files
misc:
Signed-off-by: Xavier Geerinck <[email protected]>
1 parent f29ad4d commit 6636543

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

test/actor/DemoActorCounterContract.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export default class DemoActorCounterContract {
1616
throw new Error("Method not implemented.");
1717
}
1818

19-
countBy(amount: number, multiplier: number): Promise<void> {
19+
countBy(_amount: number, _multiplier: number): Promise<void> {
2020
throw new Error("Method not implemented.");
2121
}
2222

test/e2e/http/actors.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ import DemoActorTimerTtlImpl from "../../actor/DemoActorTimerTtlImpl";
3333
import DemoActorReminderTtlImpl from "../../actor/DemoActorReminderTtlImpl";
3434
import DemoActorDeleteStateImpl from "../../actor/DemoActorDeleteStateImpl";
3535
import DemoActorDeleteStateInterface from "../../actor/DemoActorDeleteStateInterface";
36-
import DemoActorCounterAbstract from "../../actor/DemoActorCounterContract";
3736
import DemoActorCounterContract from "../../actor/DemoActorCounterContract";
3837

3938
const serverHost = "127.0.0.1";

0 commit comments

Comments
 (0)