diff --git a/src/AddIns/BackendBindings/WixBinding/Test/Utils/MockViewContent.cs b/src/AddIns/BackendBindings/WixBinding/Test/Utils/MockViewContent.cs index 5c7a7d3e40..e71476cf7f 100644 --- a/src/AddIns/BackendBindings/WixBinding/Test/Utils/MockViewContent.cs +++ b/src/AddIns/BackendBindings/WixBinding/Test/Utils/MockViewContent.cs @@ -121,7 +121,7 @@ namespace WixBinding.Tests.Utils throw new NotImplementedException(); } - public object Content { + public object Control { get { throw new NotImplementedException(); }