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
I have a task in which I have to check if out spec is updated. But I want to compare not only if the specs are compatible, I want to check if there are "identical".
I have a task in which I have to check if out spec is updated. But I want to compare not only if the specs are compatible, I want to check if there are "identical".
Given this yaml:
I was doing this unit test in java
Turns out that comparing the exact yaml with itself it said that they aren't equals. I'm using version
2.0.1
Is there any option to validate that two specs are the same?
The text was updated successfully, but these errors were encountered: