Skip to content

Commit

Permalink
Fix link to parallel test bundle fragment
Browse files Browse the repository at this point in the history
  • Loading branch information
brandur committed Oct 27, 2024
1 parent 92e29f9 commit 81adacf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/atoms/_meta.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ And in later years, challenges with an internet flooded with cheap content and e
[[atoms]]
published_at = 2024-10-27T16:06:21-07:00
description = """\
Published fragment [the parallel test bundle](/fragments/rails-world-2024), a Go convention that we've found effective for making subtests parallel-safe, keeping them DRY, and keeping code readable.
Published fragment [the parallel test bundle](/fragments/parallel-test-bundle), a Go convention that we've found effective for making subtests parallel-safe, keeping them DRY, and keeping code readable.
``` go
type testBundle struct {
Expand Down

0 comments on commit 81adacf

Please sign in to comment.