Skip to content

Commit

Permalink
Fixes conflict in constants
Browse files Browse the repository at this point in the history
Signed-off-by: Konstantina Blazhukova <[email protected]>
  • Loading branch information
konstantinabl committed Nov 3, 2023
1 parent 8f2dede commit bd964e4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ const Contract = {
Transaction: 'Transaction',
MessageFrameAddresses: 'MessageFrameAddresses',
New: 'New',
<<<<<<< HEAD
AssemblyAddress: 'AssemblyAddress',
AddressContract: 'AddressContract',
Recipient: 'Recipient',
Expand All @@ -118,9 +117,7 @@ const Contract = {
Defaults: "Defaults",
NonExisting: "NonExisting",
NonExtDup: "NonExtDup",
=======
BlindAuction: 'BlindAuction'
>>>>>>> 83b21c4 (Adds more tests for blind auciton)
}

const CALL_EXCEPTION = 'CALL_EXCEPTION'
Expand Down

0 comments on commit bd964e4

Please sign in to comment.