commit | 42e19912c8a397c6b8599ca414edcb5682c4327f | [log] [tgz] |
---|---|---|
author | Lucas Silva <lusilva@google.com> | Tue Feb 01 22:11:42 2022 +0000 |
committer | Lucas Silva <lusilva@google.com> | Tue Feb 01 22:11:42 2022 +0000 |
tree | 1b3d8a4430ed4d7341ed7356b71040a432e1c16e | |
parent | 9b0862f268e48c3437819d6f455ace2f17643f93 [diff] |
Fix DreamBackendTest In the test, getStringArray is currently returning null which is causing a null pointer exception. This only happens in testing when we mock Resources, and it cannot return null in prod. Test: atest SettingsLibRoboTests:DreamBackendTest Change-Id: I8d7e21e26d3d786fce977c530f7537c549a1b678