Skip to content

Commit

Permalink
precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
cctdaniel committed Oct 8, 2024
1 parent c833ab7 commit 73e0ceb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions target_chains/ton/contracts/tests/PythTest.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -606,8 +606,9 @@ describe("PythTest", () => {

// Verify that the old data source is no longer valid
const oldDataSource = DATA_SOURCES[0];
const oldDataSourceIsValid =
await pythTest.getIsValidDataSource(oldDataSource);
const oldDataSourceIsValid = await pythTest.getIsValidDataSource(
oldDataSource
);
expect(oldDataSourceIsValid).toBe(false);
});

Expand Down

0 comments on commit 73e0ceb

Please sign in to comment.