Function: unpause()
This function is used to unpause the contract.
Branches and code coverage
Intended branches
Sets the contract to an unpaused state.
Negative behavior
Reverts if the caller is not the owner.
Reverts if the contract is already unpaused.