Skip to content

Commit

Permalink
test context detail
Browse files Browse the repository at this point in the history
  • Loading branch information
jh-bate committed Aug 28, 2023
1 parent 3b453bf commit acd694a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dexcom/fetch/task_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ var _ = Describe("Task", func() {
})

Context("ResetTask", func() {
It("returns the unit value when set", func() {
It("clears existing errors", func() {
tsk := getTask(3, true)
tsk.AppendError(errors.New("some error"))
Expect(tsk.HasError()).To(Equal(true))
Expand Down

0 comments on commit acd694a

Please sign in to comment.