mirror of https://github.com/pulumi/pulumi.git
e395deef6b
Migrates all remaining usages of `contract.Assert*` and `contract.Require*` to the f variants, which require adding meaningful error messages. There were a couple cases where a `testing.T` or `testing.B` was already available. For those, this uses t.FailNow or require.NoError. Refs #12132 |
||
---|---|---|
.. | ||
context.go |