Skip to content

Commit

Permalink
test method count wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Winger authored and Eric Winger committed Jul 16, 2021
1 parent 9e9c109 commit c12f79f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/JadeiteMethodListBrowserTestCase.cls
Original file line number Diff line number Diff line change
Expand Up @@ -812,7 +812,7 @@ test_doubleClickActionInstanceMethod
self testsIssue: #issue403
withTitle: 'Double click in method browser change class to show instance methods'.
methodListBrowser := JadePresenter browseImplementorsOf: #foo session: session.
self assert: self methodListMethodListPresenter list size equals: 1.
self assert: self methodListMethodListPresenter list size equals: 2.
self deny: self methodListMethodListPresenter selection meta.
projectsBrowser := methodListBrowser primaryPresenter methodListPresenter browseClass.

Expand Down

0 comments on commit c12f79f

Please sign in to comment.