Skip to content

Commit 0b81f83

Browse files
committed
Fixed code sample in tck README
1 parent 58b334f commit 0b81f83

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

src/tck/README.md

+6-7
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ The TCK is provided as binary artifact on [Nuget](https://www.nuget.org/packages
2626
```
2727
PM> Install-Package Reactive.Streams.TCK
2828
```
29-
```
3029

3130
Please refer to the [Reactive Streams Specification](https://github.com/reactive-streams/reactive-streams-dotnet) for the current latest version number. Make sure that your Reactive Streams API and TCK dependency versions match.
3231

@@ -44,12 +43,12 @@ Specification rule abides the following naming convention: `TYPE_spec###_DESC` w
4443
Here is an example test method signature:
4544

4645
```C#
47-
// Verifies rule: https://github.com/reactive-streams/reactive-streams-jvm#1.1
48-
[Test]
49-
public void Required_spec101_subscriptionRequestMustResultInTheCorrectNumberOfProducedElements()
50-
{
51-
// ...
52-
}
46+
// Verifies rule: https://github.com/reactive-streams/reactive-streams-jvm#1.1
47+
[Test]
48+
public void Required_spec101_subscriptionRequestMustResultInTheCorrectNumberOfProducedElements()
49+
{
50+
// ...
51+
}
5352
```
5453

5554
#### Test types explained:

0 commit comments

Comments
 (0)