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 485442c commit b07aabf
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 @@ -772,7 +772,7 @@ func TestWithContainer(t *testing.T) {
}

func TestResourceRace(t *testing.T) {
// Creating Resources should also be free of any ASAN issues,
// Creating Resources should also be free of any data races,
// because Resources are immutable.
var wg sync.WaitGroup
for i := 0; i < 2; i++ {
Expand Down

0 comments on commit b07aabf

Please sign in to comment.