Skip to content

Commit

Permalink
Add a comment for contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
harawata committed Dec 27, 2020
1 parent 7d8f899 commit f66e19e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ void shouldSingleParamBeReferencedByAnyName() {

@Test
void shouldMultipleParamsBeReferencedByActualNames() {
// This test requires -parameters compiler option
try (SqlSession sqlSession = sqlSessionFactory.openSession()) {
Mapper mapper = sqlSession.getMapper(Mapper.class);
User user = mapper.getUserByIdAndName(1, "User1");
Expand Down

0 comments on commit f66e19e

Please sign in to comment.