Add failing test to MinimalTestsSuite
diff --git a/automation_tests/src/MinimalTestsSuite.as b/automation_tests/src/MinimalTestsSuite.as
index 7f4b558..5f413ce 100644
--- a/automation_tests/src/MinimalTestsSuite.as
+++ b/automation_tests/src/MinimalTestsSuite.as
@@ -19,13 +19,13 @@
 package
 {
 
-    import UnitTest.Tests.ContainerTypeTest;
+    import UnitTest.Tests.FloatTest;
 
     [Suite]
     [RunWith("org.flexunit.runners.Suite")]
     public dynamic class MinimalTestsSuite
     {
-        public var containerTypeTest:ContainerTypeTest;
+        public var floatTest:FloatTest;
     }
 
 }