Skip to content

Commit

Permalink
chore(connector-corda): fix typo in test assertion
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Somogyvari <[email protected]>
  • Loading branch information
petermetz committed Mar 24, 2021
1 parent eeb731a commit 89c5d13
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ test(testCase, async (t: Test) => {
imageVersion: "2021-03-10-feat-623",
envVars: [envVarSpringAppJson],
});
t.ok(CordaConnectorContainer, "CordaConnectorContainer instantaited OK");
t.ok(CordaConnectorContainer, "CordaConnectorContainer instantiated OK");

test.onFinish(async () => {
try {
Expand Down

0 comments on commit 89c5d13

Please sign in to comment.