testing 123

Change-Id: I993ff6c730a416b9b5dcd2dc551ff11a2614650e
diff --git a/new_model_testing.model.lkml b/new_model_testing.model.lkml
index 149780d..8830410 100644
--- a/new_model_testing.model.lkml
+++ b/new_model_testing.model.lkml
@@ -4,3 +4,5 @@
 
 include: "testing.view.lkml"
 include: "testing_12.view.lkml"
+
+explore: testing_12 {}
diff --git a/testing_12.view.lkml b/testing_12.view.lkml
index a22bedd..f040b21 100644
--- a/testing_12.view.lkml
+++ b/testing_12.view.lkml
@@ -12,7 +12,7 @@
   }
 
   dimension: value {
-    type: yesno
+    type: string
     sql: ${TABLE}.value ;;
   }