You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, testFirmware.Name is never set in the Setup method of this file and is null. I wasn't able to fix this since I don't know what the expected value should be.
The text was updated successfully, but these errors were encountered:
jsquire
added
Mgmt
This issue is related to a management-plane library.
and removed
Client
This issue points to a problem in the data-plane of the library.
labels
Jan 24, 2025
In Azure.ResourceManager.IotFirmwareDefense there are two tests in FirmwareTest.cs that do the following:
FirmwareTest.cs L48 / FirmwareTest.cs L61
Equals is not part of FluentAssertions so this statement simply is calling System.Object.Equals which returns a boolean and is not an assertion. See:
It should be updated to something like:
However, testFirmware.Name is never set in the Setup method of this file and is null. I wasn't able to fix this since I don't know what the expected value should be.
The text was updated successfully, but these errors were encountered: