From 9873b82fdae8268e310d98fbe7b6ed35445c21f2 Mon Sep 17 00:00:00 2001 From: hlotyaks Date: Fri, 3 Jan 2020 12:49:18 -0500 Subject: [PATCH] fixed exception build failure --- GraphBuilder/tests/GraphBuilder.Tests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GraphBuilder/tests/GraphBuilder.Tests.cs b/GraphBuilder/tests/GraphBuilder.Tests.cs index 1de6abf..fdcc034 100644 --- a/GraphBuilder/tests/GraphBuilder.Tests.cs +++ b/GraphBuilder/tests/GraphBuilder.Tests.cs @@ -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