Remove leftover Logf() call.
parent
2ae3a80997
commit
d6cb307605
|
@ -381,7 +381,6 @@ func TestGetTimelineDirect(t *testing.T) {
|
||||||
if err != nil {
|
if err != nil {
|
||||||
t.Fatalf("should not be fail: %v", err)
|
t.Fatalf("should not be fail: %v", err)
|
||||||
}
|
}
|
||||||
t.Logf("%#v", tl)
|
|
||||||
if len(tl) != 2 {
|
if len(tl) != 2 {
|
||||||
t.Fatalf("result should be two: %d", len(tl))
|
t.Fatalf("result should be two: %d", len(tl))
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue