Skip to content

Commit a73ec12

Browse files
committed
fix line number
Signed-off-by: Ceki Gulcu <ceki@qos.ch>
1 parent 0989907 commit a73ec12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

logback-classic/src/test/java/ch/qos/logback/classic/pattern/ConverterTest.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Logback: the reliable, generic, fast and flexible logging framework.
3-
* Copyright (C) 1999-2015, QOS.ch. All rights reserved.
3+
* Copyright (C) 1999-2022, QOS.ch. All rights reserved.
44
*
55
* This program and the accompanying materials are dual-licensed under
66
* either the terms of the Eclipse Public License v1.0 as published by
@@ -77,7 +77,7 @@ public void testLineOfCaller() {
7777
StringBuilder buf = new StringBuilder();
7878
converter.write(buf, le);
7979
// the number below should be the line number of the previous line
80-
assertEquals("77", buf.toString());
80+
assertEquals("78", buf.toString());
8181
}
8282
}
8383

0 commit comments

Comments
 (0)