This repository has been archived on 2022-09-04. You can view files and clone it, but cannot push or open issues or pull requests.
shared/tw/twdataloader/server_data_loader_test.go

20 lines
254 B
Go

package twdataloader
import (
"testing"
)
func TestLoadOD(t *testing.T) {
t.Run("fallback to the not gzipped endpoint", func(t *testing.T) {
})
t.Run("invalid line format", func(t *testing.T) {
})
t.Run("success", func(t *testing.T) {
})
}