Commit 3dfd270
fix: correct spawn error test expectation to match actual list_simsLogic behavior
The test was expecting ''Error retrieving simulator data'' but the actual flow is:
- Mock executor throws error
- list_simsLogic catches it and returns ''Failed to list simulators: {error}''
- Resource handler passes this through since isError is not set
- Result: ''Failed to list simulators: spawn xcrun ENOENT''
Co-authored-by: Cameron Cooke <cameroncooke@users.noreply.github.com>1 parent eab471b commit 3dfd270
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
191 | | - | |
| 191 | + | |
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
| |||
0 commit comments