srishanbhattarai / nepcal

Cross-platform utilities for Nepali dates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A hack to prevent panic on CI.

todo opened this issue · comments

commented

nepcal/main_test.go

Lines 13 to 18 in 33e3313

// TODO: A hack to prevent panic on CI.
defer func() {
if r := recover(); r != nil {
fmt.Println("Recovered in TestRender: ", r)
}
}()


This issue was generated by todo based on a TODO comment in 33e3313 when #14 was merged. cc @srishanbhattarai.