From 94f5d0e5cc4249a1ac7fdc7acc411dd767b52b83 Mon Sep 17 00:00:00 2001 From: Brian Hicks Date: Thu, 13 Aug 2020 16:40:03 -0500 Subject: [PATCH] move TextInput teests to a non-versioned file --- tests/Spec/Nri/Ui/{TextInput/V6.elm => TextInput.elm} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename tests/Spec/Nri/Ui/{TextInput/V6.elm => TextInput.elm} (93%) diff --git a/tests/Spec/Nri/Ui/TextInput/V6.elm b/tests/Spec/Nri/Ui/TextInput.elm similarity index 93% rename from tests/Spec/Nri/Ui/TextInput/V6.elm rename to tests/Spec/Nri/Ui/TextInput.elm index 8e387834..094ae2ab 100644 --- a/tests/Spec/Nri/Ui/TextInput/V6.elm +++ b/tests/Spec/Nri/Ui/TextInput.elm @@ -1,4 +1,4 @@ -module Spec.Nri.Ui.TextInput.V6 exposing (spec) +module Spec.Nri.Ui.TextInput exposing (spec) import Html.Styled import Nri.Ui.TextInput.V6 as TextInput