Skip to content

Commit 02a8de2

Browse files
committed
chore(connector-corda): fix typo in test assertion
Signed-off-by: Peter Somogyvari <[email protected]>
1 parent 4c96714 commit 02a8de2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cactus-plugin-ledger-connector-corda/src/test/typescript/integration/jvm-kotlin-spring-server.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ test(testCase, async (t: Test) => {
9090
imageVersion: "2021-03-10-feat-623",
9191
envVars: [envVarSpringAppJson],
9292
});
93-
t.ok(CordaConnectorContainer, "CordaConnectorContainer instantaited OK");
93+
t.ok(CordaConnectorContainer, "CordaConnectorContainer instantiated OK");
9494

9595
test.onFinish(async () => {
9696
try {

0 commit comments

Comments
 (0)