Skip to content

Commit

Permalink
chore: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
simlecode committed May 19, 2023
1 parent 3c25b74 commit af4e2f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/node/test/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ func (b *NodeBuilder) Build(ctx context.Context) *node.Node {
for _, opt := range b.configMutations {
opt(repo.Config())
}
b.requireNoError(node.Init(ctx, repo, b.gif))

// Initialize the node.
repoConfigOpts, err := node.OptionsFromRepo(repo)
Expand Down

0 comments on commit af4e2f2

Please sign in to comment.