Skip to content
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

Fixes various problems (mostly syntax) in tests #391

Merged
merged 1 commit into from
Feb 18, 2024

Commits on Aug 24, 2023

  1. Fixes various problems (mostly syntax) in tests

    * process_test swapped from golang encoding/asn1 to zcrypto
    * ssh/kex_test needed Config argument for kex.Client / kex.Server
    * ssh/keys_test needed the built-in dsaPublicKey
    * fox.go was throwing a `go vet` warning during tests
    * redis/types_test fakeIO needed additional methods to meet interface
      signature
    duckfez committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    88eb4c2 View commit details
    Browse the repository at this point in the history