diff --git a/tests/net45/FreeTaxRatesTest.cs b/tests/net45/FreeTaxRatesTest.cs index 12999fc..b900f0c 100644 --- a/tests/net45/FreeTaxRatesTest.cs +++ b/tests/net45/FreeTaxRatesTest.cs @@ -50,7 +50,7 @@ public async Task FreeTaxRates() Assert.True(tr.totalRate > 0.05m); // Washington - tr = await Client.TaxRatesByAddressAsync("100 Ravine Lane NE", null, null, "Bainbridge Island", "WA", "98110", "US"); + tr = await Client.TaxRatesByAddressAsync("522 Stadium Pl S", null, null, "Seattle", "WA", "98104", "US"); Assert.NotNull(tr); Assert.True(tr.totalRate > 0.05m); diff --git a/tests/net461/FreeTaxRatesTest.cs b/tests/net461/FreeTaxRatesTest.cs index 431f315..19554d2 100644 --- a/tests/net461/FreeTaxRatesTest.cs +++ b/tests/net461/FreeTaxRatesTest.cs @@ -46,7 +46,7 @@ public async Task FreeTaxRates() Assert.True(tr.totalRate > 0.05m); // Washington - tr = await Client.TaxRatesByAddressAsync("100 Ravine Lane NE", null, null, "Bainbridge Island", "WA", "98110", "US"); + tr = await Client.TaxRatesByAddressAsync("522 Stadium Pl S", null, null, "Seattle", "WA", "98104", "US"); Assert.NotNull(tr); Assert.True(tr.totalRate > 0.05m); diff --git a/tests/net472/FreeTaxRatesTest.cs b/tests/net472/FreeTaxRatesTest.cs index 2038df0..43c1681 100644 --- a/tests/net472/FreeTaxRatesTest.cs +++ b/tests/net472/FreeTaxRatesTest.cs @@ -46,7 +46,7 @@ public async Task FreeTaxRates() Assert.True(tr.totalRate > 0.05m); // Washington - tr = await Client.TaxRatesByAddressAsync("100 Ravine Lane NE", null, null, "Bainbridge Island", "WA", "98110", "US"); + tr = await Client.TaxRatesByAddressAsync("522 Stadium Pl S", null, null, "Seattle", "WA", "98104", "US"); Assert.NotNull(tr); Assert.True(tr.totalRate > 0.05m); diff --git a/tests/netstandard/FreeTaxRatesTest.cs b/tests/netstandard/FreeTaxRatesTest.cs index f5bfc34..4358b78 100644 --- a/tests/netstandard/FreeTaxRatesTest.cs +++ b/tests/netstandard/FreeTaxRatesTest.cs @@ -42,7 +42,7 @@ public async Task FreeTaxRates() Assert.True(tr.totalRate > 0.05m); // Washington - tr = await _client.TaxRatesByAddressAsync("100 Ravine Lane NE", null, null, "Bainbridge Island", "WA", "98110", "US"); + tr = await _client.TaxRatesByAddressAsync("522 Stadium Pl S", null, null, "Seattle", "WA", "98104", "US"); Assert.NotNull(tr); Assert.True(tr.totalRate > 0.05m); diff --git a/tests/netstandard20/FreeTaxRatesTest.cs b/tests/netstandard20/FreeTaxRatesTest.cs index aeef98c..2e8b955 100644 --- a/tests/netstandard20/FreeTaxRatesTest.cs +++ b/tests/netstandard20/FreeTaxRatesTest.cs @@ -42,7 +42,7 @@ public async Task FreeTaxRates() Assert.True(tr.totalRate > 0.05m); // Washington - tr = await _client.TaxRatesByAddressAsync("100 Ravine Lane NE", null, null, "Bainbridge Island", "WA", "98110", "US"); + tr = await _client.TaxRatesByAddressAsync("522 Stadium Pl S", null, null, "Seattle", "WA", "98104", "US"); Assert.NotNull(tr); Assert.True(tr.totalRate > 0.05m);