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
Whenever I am performing snapshot test on functions which returns DTOs,
The import statement is keep on changing or modifying,
For first run I will get - from snapshottest import Snapshot, GenericRepr
then for next run it is changing - from snapshottest import GenericRepr, Snapshot
Whenever I am performing snapshot test on functions which returns DTOs,
The import statement is keep on changing or modifying,
For first run I will get - from snapshottest import Snapshot, GenericRepr
then for next run it is changing - from snapshottest import GenericRepr, Snapshot
Example File is as follows:
snapshot_keep_on_modifying.txt
The above file contents are like this
The text was updated successfully, but these errors were encountered: