Skip to content

Commit

Permalink
Update sdk/resource/resource_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Pająk <pellared@hotmail.com>
  • Loading branch information
jaredjenkins and pellared committed Aug 7, 2023
1 parent 16c4d18 commit c217540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/resource/resource_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@ func TestWithContainer(t *testing.T) {
}, toMap(res))
}

func TestResourceRace(t *testing.T) {
func TestResourceConcurrentSafe(t *testing.T) {
// Creating Resources should also be free of any data races,
// because Resources are immutable.
var wg sync.WaitGroup
Expand Down

0 comments on commit c217540

Please sign in to comment.