File tree Expand file tree Collapse file tree
HintServiceMeow.Tests/Core/Utilities Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 </ItemGroup >
3030
3131 <ItemGroup >
32- <Reference Include =" Assembly-CSharp" HintPath =" ..\Dependencies\Assembly-CSharp-publicized.dll" Private =" False" />
32+ <Reference Include =" Assembly-CSharp" >
33+ <HintPath >..\Dependencies\Assembly-CSharp.dll</HintPath >
34+ </Reference >
3335 <Reference Include =" UnityEngine.CoreModule" HintPath =" ..\Dependencies\UnityEngine.CoreModule.dll" Private =" False" />
3436 <Reference Include =" Exiled.API" HintPath =" ..\Dependencies\Exiled.API.dll" Private =" False" />
3537 </ItemGroup >
Original file line number Diff line number Diff line change @@ -45,8 +45,8 @@ public void ShowHint_WhenDurationIsNonPositive_ClearsGroup()
4545 public void ShowHint_WhenAssemblyIsDisabled_IgnoresHint ( )
4646 {
4747 // Arrange
48- PluginConfig . Instance . DisabledCompatAdapter . Clear ( ) ;
49- PluginConfig . Instance . DisabledCompatAdapter . Add ( "blocked" ) ;
48+ Plugin . Plugin . Instance . Config . DisabledCompatAdapter . Clear ( ) ;
49+ Plugin . Plugin . Instance . Config . DisabledCompatAdapter . Add ( "blocked" ) ;
5050 CompatibilityAdaptor adaptor = CreateAdaptor ( out PlayerDisplay display ) ;
5151
5252 // Act
You can’t perform that action at this time.
0 commit comments