Skip to content

Commit

Permalink
SUMO-231087:fixing build error
Browse files Browse the repository at this point in the history
  • Loading branch information
jxie418 committed Jan 8, 2024
1 parent 54100e4 commit 243826e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ func TestAccSumologicMutingSchedulesLibraryMutingSchedule_create(t *testing.T) {
})
}

func TestAccSumologicMutingSchedulesLibraryMutingScheduleWithNotificationGroup_create(t *testing.T) {
func TestAccSumologicMutingSchedulesLibraryMutingScheduleWithNotificationGroups_create(t *testing.T) {
var mutingSchedulesLibraryMutingSchedule MutingSchedulesLibraryMutingSchedule
testNameSuffix := acctest.RandString(16)
tomorrow := time.Now().AddDate(0, 0, 1)
Expand Down

0 comments on commit 243826e

Please sign in to comment.