Skip to content

Commit

Permalink
feat: complete rust contract with tests
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasbenary committed May 23, 2024
1 parent 77c493a commit 1d4e0c3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions contract-rs/tests/test_basics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ const FIVE_NEAR: NearToken = NearToken::from_near(5);
const FT_WASM_FILEPATH: &str = "./tests/fungible_token.wasm";

#[tokio::test]
// el subatador puede hacer apuesta
// puedo reclamar si el monto es 0
// puede la misma persona apostar dos veces

async fn test_contract_is_operational() -> Result<(), Box<dyn std::error::Error>> {
let sandbox = near_workspaces::sandbox().await?;
let contract_wasm = near_workspaces::compile_project("./").await?;
Expand Down

0 comments on commit 1d4e0c3

Please sign in to comment.