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
// those methods are required to check the yaml output is the same and decision to make custom check was made because standard assertEquals does not work with yaml
48
+
// issues with standard assertEquals:
49
+
// yaml may have different order of elements
50
+
// the same value may be represented in different ways (e.g. true/false vs yes/no)
51
+
// order of elements in lists may be different
52
+
// some fields are not important for the comparison
0 commit comments