Skip to content

Commit

Permalink
Code clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
VeronikaSolovei9 committed Oct 30, 2023
1 parent ea4a9e3 commit a836351
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ortb/clone_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -828,6 +828,7 @@ func TestCloneSChain(t *testing.T) {
assert.Equal(t, given, result, "equality")
assert.NotSame(t, given, result, "pointer")
assert.NotSame(t, given.Nodes, result.Nodes, "nodes")
assert.NotSame(t, given.Nodes[0].Ext, result.Nodes[0].Ext, "nodes.ext")
assert.NotSame(t, given.Ext, result.Ext, "ext")
})

Expand Down

0 comments on commit a836351

Please sign in to comment.