Files
at-container-registry/pkg/appview/jetstream/backfill_test.go
T
2025-10-28 17:40:11 -05:00

13 lines
243 B
Go

package jetstream
import "testing"
func TestBackfillWorker_Struct(t *testing.T) {
backfiller := &BackfillWorker{}
if backfiller == nil {
t.Error("Expected non-nil backfiller")
}
}
// TODO: Add backfill tests with mocked ATProto client