Skip to content

Commit

Permalink
Move TestHiveAzureConfig to azure package
Browse files Browse the repository at this point in the history
  • Loading branch information
jirassimok authored and losipiuk committed Sep 17, 2020
1 parent 839476e commit be89b2b
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.prestosql.plugin.hive;
package io.prestosql.plugin.hive.azure;

import com.google.common.collect.ImmutableMap;
import io.prestosql.plugin.hive.azure.HiveAzureConfig;
import org.testng.annotations.Test;

import java.util.Map;
Expand All @@ -31,8 +30,8 @@ public void testDefaults()
assertRecordedDefaults(recordDefaults(HiveAzureConfig.class)
.setWasbAccessKey(null)
.setWasbStorageAccount(null)
.setAbfsAccessKey(null)
.setAbfsStorageAccount(null)
.setAbfsAccessKey(null)
.setAdlClientId(null)
.setAdlCredential(null)
.setAdlRefreshUrl(null));
Expand Down

0 comments on commit be89b2b

Please sign in to comment.