Skip to content

Commit

Permalink
Update writing_tests.md (#3497)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikhuizinga committed May 6, 2023
1 parent b5b750f commit d79d1ea
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion documentation/docs/framework/writing_tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Note that tests must be defined inside an `init {}` block or an init lambda as i

### Nested Tests

All styles offer the ability to nest tests. The actual syntax varies from style to style,
Most styles offer the ability to nest tests. The actual syntax varies from style to style,
but is essentially just a different keyword used for the outer tests.

For example, in _Describe Spec_, the outer tests are created using the `describe` function and
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Note that tests must be defined inside an `init {}` block or an init lambda as i

### Nested Tests

All styles offer the ability to nest tests. The actual syntax varies from style to style,
Most styles offer the ability to nest tests. The actual syntax varies from style to style,
but is essentially just a different keyword used for the outer tests.

For example, in _Describe Spec_, the outer tests are created using the `describe` function and
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Note that tests must be defined inside an `init {}` block or an init lambda as i

### Nested Tests

All styles offer the ability to nest tests. The actual syntax varies from style to style,
Most styles offer the ability to nest tests. The actual syntax varies from style to style,
but is essentially just a different keyword used for the outer tests.

For example, in _Describe Spec_, the outer tests are created using the `describe` function and
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Note that tests must be defined inside an `init {}` block or an init lambda as i

### Nested Tests

All styles offer the ability to nest tests. The actual syntax varies from style to style,
Most styles offer the ability to nest tests. The actual syntax varies from style to style,
but is essentially just a different keyword used for the outer tests.

For example, in _Describe Spec_, the outer tests are created using the `describe` function and
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Note that tests must be defined inside an `init {}` block or an init lambda as i

### Nested Tests

All styles offer the ability to nest tests. The actual syntax varies from style to style,
Most styles offer the ability to nest tests. The actual syntax varies from style to style,
but is essentially just a different keyword used for the outer tests.

For example, in _Describe Spec_, the outer tests are created using the `describe` function and
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Note that tests must be defined inside an `init {}` block or an init lambda as i

### Nested Tests

All styles offer the ability to nest tests. The actual syntax varies from style to style,
Most styles offer the ability to nest tests. The actual syntax varies from style to style,
but is essentially just a different keyword used for the outer tests.

For example, in _Describe Spec_, the outer tests are created using the `describe` function and
Expand Down

0 comments on commit d79d1ea

Please sign in to comment.