test: fix PascalCase nit in CoerceTheaterMode_BothOff_TheaterBecomesFalse
This commit is contained in:
@@ -19,7 +19,7 @@ public class WaveformVisualizerControlStateTests
|
|||||||
|
|
||||||
// Both off + Theater on → coerce exits theater.
|
// Both off + Theater on → coerce exits theater.
|
||||||
[Test]
|
[Test]
|
||||||
public void CoerceTheaterMode_BothOff_TheaterBecomesfalse()
|
public void CoerceTheaterMode_BothOff_TheaterBecomesFalse()
|
||||||
{
|
{
|
||||||
_state.TheaterMode = true;
|
_state.TheaterMode = true;
|
||||||
_state.LavaEnabled = false;
|
_state.LavaEnabled = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user