pulumi/sdk/go/common/util/gitutil
Fraser Waters a6a1c5afd2 Use `assert.NoError` rather than `assert.Nil`
Likewise `require.NoError` instead of `require.Nil`, and `assert.Error` rather
than `assert.NotNil`.

The error variants of these functions print the errors nicer for test failures
using `Error()` rather than `GoString()`.
2023-10-11 20:23:31 +01:00
..
git.go [cli/new] Support SSH-style Git URLs 2023-08-02 09:29:34 -07:00
git_test.go Use `assert.NoError` rather than `assert.Nil` 2023-10-11 20:23:31 +01:00