Skip to content

Commit

Permalink
woooops
Browse files Browse the repository at this point in the history
  • Loading branch information
geigerj0 authored and geofffranks committed Aug 23, 2023
1 parent 28e521b commit b7632b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion depot/containerstore/containerstore_test.go
Expand Up @@ -3583,7 +3583,7 @@ var _ = Describe("Container Store", func() {
})
})

Context("when listing contaipcners in garden fails", func() {
Context("when listing containers in garden fails", func() {
BeforeEach(func() {
gardenClient.ContainersReturns([]garden.Container{}, errors.New("failed-to-list"))
})
Expand Down
2 changes: 1 addition & 1 deletion resources.go
Expand Up @@ -388,7 +388,7 @@ func (e ContainerCompleteEvent) Container() Container { return e.RawContainer }
func (ContainerCompleteEvent) lifecycleEvent() {}

type ContainerRunningEvent struct {
RawContainer Container `json:"conptainer"`
RawContainer Container `json:"container"`
traceID string
}

Expand Down

0 comments on commit b7632b0

Please sign in to comment.