Skip to content

Commit f6b86c4

Browse files
committed
Fixed test case
Signed-off-by: Amulya Varote <[email protected]> Signed-off-by: Amulya Varote <[email protected]>
1 parent eb23da9 commit f6b86c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/actors.http.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ describe('http/actors', () => {
155155
// In our case, the callback increments the count attribute
156156
// the count attribute is +100 due to the passed state
157157
const res1 = await actor.getCounter();
158-
expect(res1).toEqual(100);
158+
expect(res1).toEqual(300);
159159

160160
// Every 1 second the timer gets called again, so the count attribute should change
161161
// we check this twice to ensure correct calling

0 commit comments

Comments
 (0)