Skip to content

Commit

Permalink
Fix missing dicts
Browse files Browse the repository at this point in the history
  • Loading branch information
pagmatt committed Jan 27, 2023
1 parent 679793c commit ba896e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def config(tmpdir, ns_3_compiled):
def result(config):
r = {
'params': collections.OrderedDict(
[('dict', '/usr/share/dict/web2'),
[('dict', '/usr/share/dict/american-english'),
('time', False),
('RngRun', 10)]),
'meta': {
Expand Down

0 comments on commit ba896e3

Please sign in to comment.