{text}
"); }; diff --git a/src/BlazorUI/Bit.BlazorUI.Tests/ProgressBar/BitProgressBarTests.cs b/src/BlazorUI/Bit.BlazorUI.Tests/Components/Progress/ProgressBar/BitProgressTests.cs similarity index 72% rename from src/BlazorUI/Bit.BlazorUI.Tests/ProgressBar/BitProgressBarTests.cs rename to src/BlazorUI/Bit.BlazorUI.Tests/Components/Progress/ProgressBar/BitProgressTests.cs index e1d072d966..53170f5baf 100644 --- a/src/BlazorUI/Bit.BlazorUI.Tests/ProgressBar/BitProgressBarTests.cs +++ b/src/BlazorUI/Bit.BlazorUI.Tests/Components/Progress/ProgressBar/BitProgressTests.cs @@ -1,25 +1,25 @@ -using Bunit; -using Microsoft.VisualStudio.TestTools.UnitTesting; +using Microsoft.VisualStudio.TestTools.UnitTesting; +using Bunit; -namespace Bit.BlazorUI.Tests.ProgressBar; +namespace Bit.BlazorUI.Tests.Components.Progress.Progress; [TestClass] -public class BitProgressBarTests : BunitTestContext +public class BitProgressTests : BunitTestContext { [DataTestMethod, DataRow(3), DataRow(12) ] - public void BitProgressBarHeightTest(int height) + public void BitProgressThicknessTest(int thickness) { - var component = RenderComponent