Skip to content

Commit

Permalink
Fixed failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
rkapka committed Jul 21, 2018
1 parent 82daf5a commit 9e7c961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RubberduckTests/Grammar/AnnotationTests.cs
Expand Up @@ -39,7 +39,7 @@ public void ModuleCleanupAnnotation_TypeIsModuleCleanup()
[Test]
public void TestMethodAnnotation_TypeIsTestTest()
{
var annotation = new TestMethodAnnotation(new QualifiedSelection(), null);
var annotation = new TestMethodAnnotation(new QualifiedSelection(), new[] { "param" });
Assert.AreEqual(AnnotationType.TestMethod, annotation.AnnotationType);
}

Expand Down

0 comments on commit 9e7c961

Please sign in to comment.