Brian Fiete 5 سال پیش
والد
کامیت
b6672646a6
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      IDEHelper/Tests/src/Extensions.bf

+ 1 - 1
IDEHelper/Tests/src/Extensions.bf

@@ -190,7 +190,7 @@ namespace Tests
 			// This should only call the LibA version since the LibA:LibClassB.DoGetVal3 won't have
 			//  access to call the Tests:LibClassB.DoGetVal3
 			int indirectResult = LibClassB.DoGetVal3(a);
-			Test.Assert(directResult == 30);
+			Test.Assert(indirectResult == 30);
 		}
 	}
 }