Browse Source

pyth.js: typo

commit-id:f76c5465
Stan Drozd 3 years ago
parent
commit
99990dd2ca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ethereum/test/pyth.js

+ 1 - 1
ethereum/test/pyth.js

@@ -209,7 +209,7 @@ contract("Pyth", function () {
     }
 
     it("should attest price updates over wormhole", async function() {
-      let rawBatch = generateRawBatchAttestation(1647273460, 1337);
+        let rawBatch = generateRawBatchAttestation(1647273460, 1337);
         await attest(this.pythProxy, rawBatch);
     })