idx_test.go 277 Bytes
Newer Older
Ubuntu's avatar
Ubuntu committed
1 2 3 4 5 6 7 8
package main

import (
	"testing"
)

func TestTwitterTasks(t *testing.T) {

Ubuntu's avatar
Ubuntu committed
9
	// tasks, err := GetTasksIdx()
Ubuntu's avatar
Ubuntu committed
10

Ubuntu's avatar
Ubuntu committed
11 12 13
	// if err != nil {
	// 	t.Fatal(err)
	// }
Ubuntu's avatar
Ubuntu committed
14

Ubuntu's avatar
Ubuntu committed
15 16 17
	// for k, v := range tasks {
	// 	t.Log(k, "v.Project", v.Project, "v.TweetId", v.TweetId, "v.Follow", v.Follow)
	// }
Ubuntu's avatar
Ubuntu committed
18 19

}