Skip to content

Commit

Permalink
integration test change for CLI API change
Browse files Browse the repository at this point in the history
Signed-off-by: Kale Franz <[email protected]>
  • Loading branch information
kalefranz committed Jun 18, 2018
1 parent ca7970d commit e7be68b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_activate.py
Original file line number Diff line number Diff line change
Expand Up @@ -1304,7 +1304,7 @@ def basic_posix(self, shell):
shell.expect('3\.21\..*\n')

# conda run integration test
shell.sendline('conda run sqlite3 -- -version')
shell.sendline('conda run sqlite3 -version')
shell.expect('3\.21\..*\n')

# regression test for #6840
Expand Down Expand Up @@ -1456,7 +1456,7 @@ def test_cmd_exe_basic_integration(self):
shell.expect('3\.21\..*\n')

# conda run integration test
shell.sendline('conda run sqlite3 -- -version')
shell.sendline('conda run sqlite3 -version')
shell.expect('3\.21\..*\n')

shell.sendline('conda deactivate')
Expand Down

0 comments on commit e7be68b

Please sign in to comment.