mirror of
https://github.com/kemko/nomad.git
synced 2026-01-02 00:15:43 +03:00
Glint pulled in an updated version of mitchellh/go-testing-interface which broke some existing tests because the update added a Parallel() method to testing.T. This switches to the standard library testing.TB which doesn't have a Parallel() method.