Skip to content

Commit

Permalink
test: fix order of results
Browse files Browse the repository at this point in the history
  • Loading branch information
zepatrik committed Feb 3, 2021
1 parent fd35cbc commit 8e7c2dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/expand/engine_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@ func TestEngine(t *testing.T) {
Children: []*expand.Tree{
{
Type: expand.Leaf,
Subject: tommy,
Subject: paul,
},
{
Type: expand.Leaf,
Subject: paul,
Subject: tommy,
},
},
}, tree)
Expand Down

0 comments on commit 8e7c2dc

Please sign in to comment.