Skip to content

Instantly share code, notes, and snippets.

@devinrader
Last active December 16, 2015 03:49
Show Gist options
  • Save devinrader/5373154 to your computer and use it in GitHub Desktop.
Save devinrader/5373154 to your computer and use it in GitHub Desktop.
[TestMethod]
public void Should_Buy_PhoneNumber_From_NoneAvailable_Area_Code()
{
var customer = new Customer(TEST_ACCOUNTSID, TEST_AUTHTOKEN);
var result = customer.BuyNumberFromAreaCode(AREA_CODE);
Assert.IsFalse(result);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment