Skip to content

Commit b6b3104

Browse files
authored
Merge pull request #90 from euonymos/euonymos/testing
Rewrite chapters on testing
2 parents 8cb2059 + a2c14f2 commit b6b3104

File tree

4 files changed

+554
-5
lines changed

4 files changed

+554
-5
lines changed

src/pages/getting-started/_meta.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
"how-to-build": "How to build?",
33
"smart-contract-intro": "Smart Contract",
44
"operations": "Operations over Contract",
5-
"unit-tests": "Unit Tests",
6-
"integration-tests": "Integration Tests",
5+
"testing": "Testing",
76
"endpoints": "Creating Endpoints",
87
"browser-integration": "Browser Integration"
98
}

src/pages/getting-started/smart-contract-intro.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Let's now start by writing a smart contract that we will use to convey framework
1818

1919
## Contract Description
2020

21-
Setting here is that we have a sport match happening and a group of friends want to bet on the number of goals scored by their favorite team in it.
21+
A setting here is that we have a sport match happening and a group of friends want to bet on the number of goals scored by their favorite team in it.
2222

2323
Winner is the one whose guess is closest (and in case of tie - the one who takes it fastest!).
2424

@@ -49,7 +49,7 @@ data BetRefParams = BetRefParams
4949
}
5050
PlutusTx.makeLift ''BetRefParams
5151
```
52-
52+
5353
### Reference Input Datum
5454

5555
The Oracle tells us the number of goals scored by the concerned team:

0 commit comments

Comments
 (0)