mirror of
https://github.com/mgroves/MonodroidStockPortfolio.git
synced 2025-04-10 01:11:01 -09:00
remove novell, it's no longer a listed stock
This commit is contained in:
parent
e7093deadd
commit
04d4a74f75
2 changed files with 4 additions and 3 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -45,5 +45,6 @@ _ReSharper*/
|
||||||
# Office Temp Files
|
# Office Temp Files
|
||||||
~$*
|
~$*
|
||||||
|
|
||||||
#monodroid private beta
|
#not source
|
||||||
monodroid*.msi
|
monodroid*.msi
|
||||||
|
Deploy
|
|
@ -20,7 +20,7 @@ namespace MonoStockPortfolio.Tests.Services
|
||||||
|
|
||||||
Because of = () =>
|
Because of = () =>
|
||||||
{
|
{
|
||||||
_quotes = _svc.GetStockQuotes(new[] { "GOOG", "AMZN", "AAPL", "MSFT", "NOVL", "S", "VZ", "T" })
|
_quotes = _svc.GetStockQuotes(new[] { "GOOG", "AMZN", "AAPL", "MSFT", "S", "VZ", "T" })
|
||||||
.ToList();
|
.ToList();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue