Skip to content

Commit

Permalink
Change query string for language acceptance test
Browse files Browse the repository at this point in the history
  • Loading branch information
Yeray Diaz Diaz committed Jun 25, 2018
1 parent d6630de commit 85ac8c4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ htmlcov/
**/node_modules
dist/
build/
.state/

.vscode/
*.code-workspace
Expand Down
Empty file added .state/.gitkeep
Empty file.
2 changes: 1 addition & 1 deletion tests/acceptance_tests/test_language_support.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

@pytest.mark.acceptance
def test_languages_query_results_match_javascript_results():
query_string = 'imperio'
query_string = 'resistencia'
js_results = run_node_script(
'language_query.js', query_string).split('\n')
data = read_json_fixture('lang_es.json')
Expand Down

0 comments on commit 85ac8c4

Please sign in to comment.