Skip to content

Commit

Permalink
upd: grammar err
Browse files Browse the repository at this point in the history
  • Loading branch information
Yasir Shariff committed Jan 4, 2024
1 parent 7c6a02f commit 8d11f5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions __tests__/08.fast-forward.ava.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import {NearAccount, getNetworkFromEnv} from 'near-workspaces';
import anyTest, {TestFn} from 'ava';
import {Worker} from 'near-workspaces/dist/worker';

// This contract provides contains only one view call, which returns the
// block_timestamp and epoch_height of the current block.
// The contract provided contains only one view call, returning the
// block_timestamp and epoch_height of the current block as a tuple.
// Source is here <https://github.com/near/near-workspaces-rs/blob/main/examples/simple-contract/src/lib.rs>
const contract_wasm = '__tests__/build/debug/simple_contract.wasm';

Expand Down

0 comments on commit 8d11f5e

Please sign in to comment.