Skip to content

Commit

Permalink
fixed exception build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
hlotyaks committed Jan 3, 2020
1 parent 801f0bb commit 9873b82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GraphBuilder/tests/GraphBuilder.Tests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public void SimpleGraphBuilderTest3()


[TestMethod]
[ExpectedException(typeof(GraphBuilderException))]
[ExpectedException(typeof(Exceptions.GraphBuilderException))]
public void FailGraphBuilderTest1()
{
// tests the top level package field is malformed
Expand Down

0 comments on commit 9873b82

Please sign in to comment.