(t *testing.T)
| 25 | } |
| 26 | |
| 27 | func TestClock(t *testing.T) { |
| 28 | db := sql.New("test.db") |
| 29 | c := NewClock(&db) |
| 30 | c.AddTimerIntoDB(GetFilledTimer([]string{"", "12", "-1", "12", "0", "", "test"}, 0, 0, false)) |
| 31 | t.Log(c.ListTimers(0)) |
| 32 | t.Fail() |
| 33 | } |
nothing calls this directly
no test coverage detected