Skip to content

Commit

Permalink
chore: update unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sweatybridge committed Oct 23, 2023
1 parent 725e591 commit e153984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/db/start/start_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ func TestStartCommand(t *testing.T) {
ReplyError(errors.New("network error"))
// Cleanup resources
gock.New(utils.Docker.DaemonHost()).
Delete("/v" + utils.Docker.ClientVersion() + "/networks/").
Post("/v" + utils.Docker.ClientVersion() + "/networks/prune").
Reply(http.StatusOK)
// Run test
err := Run(context.Background(), fsys)
Expand Down

0 comments on commit e153984

Please sign in to comment.