test: fix PascalCase nit in CoerceTheaterMode_BothOff_TheaterBecomesFalse

This commit is contained in:
daniel-c-harvey
2026-06-20 22:09:34 -04:00
parent 14f3af41e4
commit 2fc2d4eb6d
@@ -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;