Skip to content

Commit 514b277

Browse files
committed
test(discovery v1): Updated unit test
1 parent 084a30c commit 514b277

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/IBM.WatsonDeveloperCloud.Discovery.v1.UnitTests/DiscoveryUnitTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2791,7 +2791,7 @@ public void Notices_Success()
27912791
QueryNoticesResponse response = new QueryNoticesResponse()
27922792
{
27932793
MatchingResults = 1,
2794-
Results = new List<QueryNoticesResult>()
2794+
Results = new List<dynamic>()
27952795
{
27962796
new QueryNoticesResult()
27972797
{

0 commit comments

Comments
 (0)