Skip to content

Commit 0dfac7e

Browse files
authored
test: small fixes e2e tests (#5)
1 parent a943428 commit 0dfac7e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/client/lib/tests/test-scenario/fault-injector-client.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,13 +127,13 @@ export class FaultInjectorClient {
127127
actions: [
128128
{
129129
type: "migrate",
130-
parameters: {
130+
params: {
131131
cluster_index: clusterIndexStr,
132132
},
133133
},
134134
{
135135
type: "bind",
136-
parameters: {
136+
params: {
137137
cluster_index: clusterIndexStr,
138138
bdb_id: bdbIdStr,
139139
},

packages/client/lib/tests/test-scenario/timeout-during-notifications.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import {
77
getEnvConfig,
88
RedisConnectionConfig,
99
} from "./test-scenario.util";
10-
import { createClient } from "../../../dist";
10+
import { createClient } from "../../..";
1111
import { before } from "mocha";
1212
import { TestCommandRunner } from "./test-command-runner";
1313

0 commit comments

Comments
 (0)