Skip to content

Commit 70ed3c0

Browse files
authored
Merge pull request #5 from conjurinc/oss_requirements_2
Readme typo is fixed
2 parents 936df21 + b5d0618 commit 70ed3c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,8 @@ documented in the readme and tested, the lint scripts enforce these rules.
199199
1. Wait for review
200200

201201
## Testing
202-
Tests are written using [BATS](https://github.com/bats-core/bats). Each libould have a `lib-name.bats` file in [tests-for-this-repo](/tests-for-this-repo).
203-
Asserts are provided by [bats-assert-1](https://github.com/jasonkarns/bats-assert-1). The value in these is that they provide useful debugging output when the assertion fails, eg expected x got y.
202+
Tests are written using [BATS](https://github.com/bats-core/bats). Each lib has a `lib-name.bats` file in [tests-for-this-repo](/tests-for-this-repo).
203+
Asserts are provided by [bats-assert-1](https://github.com/jasonkarns/bats-assert-1). Asserts provide useful debugging output when the assertion fails, eg expected x got y.
204204

205205
Example:
206206
```bash

0 commit comments

Comments
 (0)