Skip to content

Commit

Permalink
GSAGH-401 update integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
Tilman Reinhardt committed Oct 16, 2023
1 parent 2b93c4c commit a35c237
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,11 @@ private static GH_Document OpenDocument() {

return Helper.CreateDocument(Path.Combine(path, fileName));
}

[Fact]
public void NoRuntimeErrorTest() {
Helper.TestNoRuntimeMessagesInDocument(Document, GH_RuntimeMessageLevel.Error);
Helper.TestNoRuntimeMessagesInDocument(Document, GH_RuntimeMessageLevel.Warning);
}
}
}

0 comments on commit a35c237

Please sign in to comment.