From 84905ca7287876b925b6bf8e9bb92fec21c78764 Mon Sep 17 00:00:00 2001 From: Dhruv Nair Date: Mon, 12 Feb 2024 11:01:33 +0530 Subject: [PATCH] Update PixArt Alpha test module to match src module (#6943) update --- tests/pipelines/{pixart => pixart_alpha}/__init__.py | 0 tests/pipelines/{pixart => pixart_alpha}/test_pixart.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename tests/pipelines/{pixart => pixart_alpha}/__init__.py (100%) rename tests/pipelines/{pixart => pixart_alpha}/test_pixart.py (100%) diff --git a/tests/pipelines/pixart/__init__.py b/tests/pipelines/pixart_alpha/__init__.py similarity index 100% rename from tests/pipelines/pixart/__init__.py rename to tests/pipelines/pixart_alpha/__init__.py diff --git a/tests/pipelines/pixart/test_pixart.py b/tests/pipelines/pixart_alpha/test_pixart.py similarity index 100% rename from tests/pipelines/pixart/test_pixart.py rename to tests/pipelines/pixart_alpha/test_pixart.py