Skip to content

Commit 74d79ad

Browse files
deveworldpnhofmann
authored and
pnhofmann
committed
history typo #1054
1 parent d7df650 commit 74d79ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/TEST_API.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Queue msg to be returned by 'jarvis.input()'
2424

2525
## histroy_call
2626
```python
27-
PluginTest.histroy_call(self)
27+
PluginTest.history_call(self)
2828
```
2929

3030
Returns MockHistory instance. Fields:

jarviscli/tests/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ def queue_input(self, msg):
232232
"""
233233
self.jarvis_api.queue_input(msg)
234234

235-
def histroy_call(self):
235+
def history_call(self):
236236
"""
237237
Returns MockHistory instance. Fields:
238238

0 commit comments

Comments
 (0)