fix(picker): use consisten messaging

This commit is contained in:
Barrett Ruth 2025-09-21 12:21:40 -04:00
parent 0938b9bbd6
commit a827d4f67c
4 changed files with 14 additions and 4 deletions

View file

@ -136,7 +136,7 @@ describe('cp.scrape', function()
local result = scrape.scrape_contest_metadata('atcoder', 'abc123')
assert.is_false(result.success)
assert.is_not_nil(result.error:match('Python environment setup failed'))
assert.is_not_nil(result.error)
end)
it('handles python environment setup failure', function()