Skip to content

Commit 158a566

Browse files
committed
fix typo in README
1 parent de2e8a8 commit 158a566

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -123,18 +123,12 @@ given concept:
123123

124124
## Available languages
125125

126-
For now, the supported languages are:
126+
Here are the libraries we use in the different days per supported language:
127127

128-
- `java` (v 21)
129-
- `kotlin` (1.9.21)
130-
- `C#` (.NET 8)
131-
132-
Here are the libraries we use in the different days per language:
133-
134-
| Topic | Java | C# | Kotlin |
128+
| Topic | java | C# | kotlin |
135129
|------------------------|------------------------------------------------------------------|---------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------|
136130
| Test framework | [junit](https://junit.org/junit5/) | [xUnit](https://xunit.net/) | [Kotest](https://kotest.io/) |
137-
| Fluent assertions | [assertJ](https://joel-costigliola.github.io/assertj/) | [FluentAssertions](https://fluentassertions.com/) | Native `kotest` asertions |
131+
| Fluent assertions | [assertJ](https://joel-costigliola.github.io/assertj/) | [FluentAssertions](https://fluentassertions.com/) | Native `kotest` assertions |
138132
| Mocking | [mockito](https://site.mockito.org/) | [NSubstitute](https://nsubstitute.github.io/) | [mockk](https://mockk.io/) |
139133
| Approval testing | [approvalTests](https://github.com/approvals/approvaltests.java) | [Verify.xUnit](https://github.com/VerifyTests/Verify) | [approvalTests](https://github.com/approvals/approvaltests.java) |
140134
| Property-Based testing | [vavr-test](https://github.com/vavr-io/vavr-test) | [FSCheck](https://fscheck.github.io/FsCheck/) | [kotest-property](https://kotest.io/docs/proptest/property-based-testing.html) |

0 commit comments

Comments
 (0)