File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -212,12 +212,12 @@ internal static bool IgnoreTypeForDocsByNamespace(string @namespace)
212212
213213 [ Test ]
214214 [ Category ( "API" ) ]
215- [ TestCase ( "Keyboard" , "InputSystem/Runtime/Devices/Precompiled/ FastKeyboard.cs" ) ]
216- [ TestCase ( "Mouse" , "InputSystem/Runtime/Devices/Precompiled/ FastMouse.cs" ) ]
217- [ TestCase ( "Touchscreen" , "InputSystem/Runtime/Devices/Precompiled/ FastTouchscreen.cs" ) ]
215+ [ TestCase ( "Keyboard" , "FastKeyboard.cs" ) ]
216+ [ TestCase ( "Mouse" , "FastMouse.cs" ) ]
217+ [ TestCase ( "Touchscreen" , "FastTouchscreen.cs" ) ]
218218 public void API_PrecompiledLayoutsAreUpToDate( string layoutName , string filePath )
219219 {
220- var fullPath = "Packages/ com . unity . inputsystem / " + filePath;
220+ var fullPath = "Packages/ com . unity . inputsystem / InputSystem / Runtime / Devices / Precompiled / " + filePath;
221221 var existingCode = File . ReadAllText ( fullPath ) ;
222222
223223 // May be a git checkout with CRLF auto-conversion on. Strip all '\r' characters.
You can’t perform that action at this time.
0 commit comments