Browse Source

:bug: Fixed case where the same time is used more than once in the system-input

Danilo Guanabara 2 months ago
parent
commit
d82d9c2796
1 changed files with 1 additions and 0 deletions
  1. 1 0
      clients/typescript/test/framework.ts

+ 1 - 0
clients/typescript/test/framework.ts

@@ -91,4 +91,5 @@ export class Framework {
     console.log(`Total CPI Consumed: ${total}`);
     console.log(`Total CPI Consumed: ${total}`);
     console.log(`Number of Instructions: ${numberOfInstructions}`);
     console.log(`Number of Instructions: ${numberOfInstructions}`);
     console.log(`World Report: ${worldReport}`);
     console.log(`World Report: ${worldReport}`);
+  }
 }
 }