Skip to content

Commit

Permalink
Fix bad rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaptic committed Apr 15, 2021
1 parent 791d391 commit ff3b5b0
Showing 1 changed file with 8 additions and 28 deletions.
36 changes: 8 additions & 28 deletions test/unit/server_test.js
Expand Up @@ -3168,15 +3168,10 @@ describe('server.js non-transaction tests', function() {
flags: {
auth_required: false,
auth_revocable: false,
<<<<<<< HEAD
},
},
=======
auth_immutable: false,
auth_clawback_enabled: false
}
}
>>>>>>> c2914590 (Add new flags to the expected account response)
},
},
]
}
};
Expand Down Expand Up @@ -3250,15 +3245,10 @@ describe('server.js non-transaction tests', function() {
flags: {
auth_required: false,
auth_revocable: false,
<<<<<<< HEAD
},
},
=======
auth_immutable: false,
auth_clawback_enabled: false
}
}
>>>>>>> c2914590 (Add new flags to the expected account response)
},
},
]
}
};
Expand Down Expand Up @@ -3334,15 +3324,10 @@ describe('server.js non-transaction tests', function() {
flags: {
auth_required: false,
auth_revocable: false,
<<<<<<< HEAD
},
},
=======
auth_immutable: false,
auth_clawback_enabled: false
}
}
>>>>>>> c2914590 (Add new flags to the expected account response)
},
},
]
}
};
Expand Down Expand Up @@ -3417,15 +3402,10 @@ describe('server.js non-transaction tests', function() {
flags: {
auth_required: true,
auth_revocable: true,
<<<<<<< HEAD
auth_immutable: false,
auth_clawback_enabled: false
},
},
=======
auth_immutable: false,
auth_clawback_enabled: false
}
}
>>>>>>> c2914590 (Add new flags to the expected account response)
]
}
};
Expand Down

0 comments on commit ff3b5b0

Please sign in to comment.