Skip to content

Commit

Permalink
test: Re-serialize test assets
Browse files Browse the repository at this point in the history
Use the `RewriteTestAssetsCommand` to re-align the test assets with the
new ordered serialization of `edges`.

Signed-off-by: Frank Viernau <[email protected]>
  • Loading branch information
fviernau committed May 24, 2024
1 parent 0dba9c9 commit ae9ede0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions model/src/test/assets/result-with-issues-graph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1300,22 +1300,22 @@ analyzer:
to: 1
- from: 0
to: 2
- from: 6
to: 7
- from: 4
to: 5
- from: 4
to: 6
- from: 4
to: 8
- from: 6
to: 7
- from: 9
to: 10
- from: 11
to: 12
- from: 12
to: 13
- from: 12
to: 14
- from: 11
to: 12
- from: 17
to: 18
- from: 19
Expand All @@ -1328,14 +1328,14 @@ analyzer:
to: 24
- from: 25
to: 26
- from: 30
to: 26
- from: 30
to: 31
- from: 28
to: 29
- from: 28
to: 30
- from: 30
to: 26
- from: 30
to: 31
scanner: null
advisor: null
evaluator: null
Expand Down
16 changes: 8 additions & 8 deletions model/src/test/assets/sbt-multi-project-example-graph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1290,22 +1290,22 @@ analyzer:
to: 1
- from: 0
to: 2
- from: 6
to: 7
- from: 4
to: 5
- from: 4
to: 6
- from: 4
to: 8
- from: 6
to: 7
- from: 9
to: 10
- from: 11
to: 12
- from: 12
to: 13
- from: 12
to: 14
- from: 11
to: 12
- from: 17
to: 18
- from: 19
Expand All @@ -1318,14 +1318,14 @@ analyzer:
to: 24
- from: 25
to: 26
- from: 30
to: 26
- from: 30
to: 31
- from: 28
to: 29
- from: 28
to: 30
- from: 30
to: 26
- from: 30
to: 31
scanner: null
advisor: null
evaluator: null
Expand Down

0 comments on commit ae9ede0

Please sign in to comment.