# frozen_string_literal: true

module Gitlab
  module CycleAnalytics
    class TestEventFetcher < StagingEventFetcher
    end
  end
end