Skip to content

Commit

Permalink
getBindingTypes() -> getBindings()
Browse files Browse the repository at this point in the history
git-svn-id: http://anonsvn.jboss.org/repos/weld/ri/trunk@897 1c488680-804c-0410-94cd-c6b725194a0e
  • Loading branch information
Gavin King authored and gavin.king@gmail.com committed Jan 12, 2009
1 parent 1e28162 commit 0415d94
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -41,7 +41,7 @@ public void testApiTypesNonEmpty()
public void testBindingTypesNonEmpty()
{
Bean<?> model = SimpleBean.of(RedSnapper.class, manager);
assert model.getBindingTypes().size() > 0;
assert model.getBindings().size() > 0;
}

@Test @SpecAssertion(section="2")
Expand Down

0 comments on commit 0415d94

Please sign in to comment.