Enable the tests for the new YT connector in "Integration Tests" configuration

The package determines whether the test gets included in TASKS_INTEGRATION_TESTS
group in testGroups.properties.

GitOrigin-RevId: 5dc3dee403a34776f07a6f6e90658fa63678f15e
This commit is contained in:
Mikhail Golubev
2021-03-31 18:33:05 +03:00
committed by intellij-monorepo-bot
parent 024a15d9ec
commit 1ef2b6380b

View File

@@ -1,5 +1,5 @@
// Copyright 2000-2021 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package com.intellij.tasks.live;
package com.intellij.tasks.integration;
import com.intellij.openapi.diagnostic.Logger;
import com.intellij.openapi.editor.DefaultLanguageHighlighterColors;