Skip to content

Commit 7cd938c

Browse files
adchiagitbook-bot
authored andcommitted
GitBook: [master] 66 pages modified
1 parent 21abfb9 commit 7cd938c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/how-to-guides/adding-or-reusing-tests.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Overview
44

5-
This guide will go over
5+
This guide will go over:
66

77
1. how Feast tests are setup
88
2. how to extend the test suite to test new functionality
@@ -164,7 +164,7 @@ To:
164164
* Use the same function signatures as an existing test \(e.g. have environment as an argument\) to include the relevant test fixtures.
165165
* We prefer to expand what an individual test covers due to the cost of standing up offline / online stores
166166
* Using custom data in a new test:
167-
* This is used in several places such `test_universal_types.py`
167+
* This is used in several places such as `test_universal_types.py`
168168

169169
```python
170170

0 commit comments

Comments
 (0)