Skip to content

test: fix type error #131

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 9, 2023
Merged

test: fix type error #131

merged 1 commit into from
Jan 9, 2023

Conversation

erikarvstedt
Copy link
Contributor

Copy of commit msg

Fix this mypy typcheck error in the test builder:

testScriptWithTypes:52: error: Argument 1 to "wait_until_tty_matches" of
"Machine" has incompatible type "int"; expected "str"
    system1.wait_until_tty_matches(2, "login: ")

This makes the test succeed again.

Fix this mypy typcheck error in the test builder:

  testScriptWithTypes:52: error: Argument 1 to "wait_until_tty_matches" of
  "Machine" has incompatible type "int"; expected "str"
      system1.wait_until_tty_matches(2, "login: ")

This makes the test succeed again.
Copy link
Collaborator

@cole-h cole-h left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks :)

@cole-h cole-h merged commit 42d371d into ryantm:main Jan 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants