Skip to content

Commit

Permalink
more fixmes
Browse files Browse the repository at this point in the history
  • Loading branch information
czoido committed Oct 23, 2024
1 parent 7481a17 commit d1e963e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/test_profile_detect_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ def test_profile_detect_compiler(self):

client.save({"profile1": tpl1})
client.run("profile show -pr=profile1")
update = detect_api.detect_msvc_update("194")
#FIXME: check update setting
update = str(int(detect_api.detect_msvc_update("194")) % 10)
expected = textwrap.dedent(f"""\
Host profile:
[settings]
Expand Down

0 comments on commit d1e963e

Please sign in to comment.