Skip to content

Commit

Permalink
Channel Backend Test: Check for unequal assets
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasgeihs committed Oct 20, 2021
1 parent d69381b commit 556b481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion channel/test/backend.go
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ func buildModifiedStates(s1, s2 *channel.State, modifyApp bool) (ret []channel.S
ret = append(ret, *modState)
}
// Modify Assets
{
if !channel.AssetsEqual(s1.Assets, s2.Assets) {
// Modify complete Assets
{
modState := s1.Clone()
Expand Down

0 comments on commit 556b481

Please sign in to comment.