Skip to content

Commit

Permalink
docfix
Browse files Browse the repository at this point in the history
  • Loading branch information
muir committed May 20, 2023
1 parent 1e7f37f commit 87abeac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ var IntegrationSequence = nject.Sequence("integration,
func IntegrationTest(t T, chain ...interface{}) {
RunTest(t,
integrationSequence,
chain...)
nject.Sequence("chain", chain...))
}
```
Expand Down

0 comments on commit 87abeac

Please sign in to comment.