Skip to content
This repository has been archived by the owner on Feb 22, 2020. It is now read-only.

Commit

Permalink
revert unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
felix committed Oct 14, 2019
1 parent fb79cf5 commit 5121d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_dict_indexer.py
Expand Up @@ -50,7 +50,7 @@ def test_pymode(self):
'--port_out', str(args.port_in),
'--socket_in', str(SocketType.PULL_CONNECT),
'--socket_out', str(SocketType.PUSH_CONNECT),
'--yaml_path', '!DictIndexer {gnes_config: {name: dummy_dict_indexer.bin}}',
'--yaml_path', '!DictIndexer {gnes_config: {name: dummy_dict_indexer}}',
])

with ServiceManager(IndexerService, e_args), \
Expand Down

0 comments on commit 5121d65

Please sign in to comment.