diff --git a/test/fixtures/render/autotest-pending/conditional-attributes/template.marko b/test/fixtures/render/autotest-pending/conditional-attributes/template.marko deleted file mode 100644 index e8b4e00ed..000000000 --- a/test/fixtures/render/autotest-pending/conditional-attributes/template.marko +++ /dev/null @@ -1,3 +0,0 @@ -
-
-
\ No newline at end of file diff --git a/test/fixtures/render/autotest-pending/conditional-attributes/expected.html b/test/fixtures/render/autotest/conditional-attributes/expected.html similarity index 100% rename from test/fixtures/render/autotest-pending/conditional-attributes/expected.html rename to test/fixtures/render/autotest/conditional-attributes/expected.html diff --git a/test/fixtures/render/autotest/conditional-attributes/template.marko b/test/fixtures/render/autotest/conditional-attributes/template.marko new file mode 100644 index 000000000..11070b3c1 --- /dev/null +++ b/test/fixtures/render/autotest/conditional-attributes/template.marko @@ -0,0 +1,3 @@ +
+
+
\ No newline at end of file diff --git a/test/fixtures/render/autotest-pending/conditional-attributes/test.js b/test/fixtures/render/autotest/conditional-attributes/test.js similarity index 100% rename from test/fixtures/render/autotest-pending/conditional-attributes/test.js rename to test/fixtures/render/autotest/conditional-attributes/test.js