test: update renderSidebar regex to match 3-parameter signature

The test regexes matched `renderSidebar(\w+,\s*\w+)` (exactly 2 params)
but the fix in 821c595 added a third `currentRemoteId` parameter.
Updated to use `\(.*?\)` which matches any parameter count.

Generated with Amplifier

Co-Authored-By: Amplifier <240397093+microsoft-amplifier@users.noreply.github.com>
This commit is contained in:
Brian Krabach
2026-05-02 06:57:20 -07:00
parent 821c595abe
commit 493eed5a60
2 changed files with 3 additions and 3 deletions
Generated
+1 -1
View File
@@ -332,7 +332,7 @@ wheels = [
[[package]]
name = "muxplex"
version = "0.2.1"
version = "0.4.4"
source = { editable = "." }
dependencies = [
{ name = "aiofiles" },