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
desiredConfigs and desiredMappedConfigs are the same
instead of these we should rather compare solution.ConfigMap to a value, to make sure that it's the same, and not just the specified values are the same!!
The text was updated successfully, but these errors were encountered:
Don't duplicate the same array: https://github.com/bitrise-tools/go-xamarin/blob/master/solution/solution_test.go#L263
desiredConfigs
anddesiredMappedConfigs
are the sameinstead of these we should rather compare
solution.ConfigMap
to a value, to make sure that it's the same, and not just the specified values are the same!!The text was updated successfully, but these errors were encountered: