We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0989907 commit a73ec12Copy full SHA for a73ec12
logback-classic/src/test/java/ch/qos/logback/classic/pattern/ConverterTest.java
@@ -1,6 +1,6 @@
1
/**
2
* Logback: the reliable, generic, fast and flexible logging framework.
3
- * Copyright (C) 1999-2015, QOS.ch. All rights reserved.
+ * Copyright (C) 1999-2022, QOS.ch. All rights reserved.
4
*
5
* This program and the accompanying materials are dual-licensed under
6
* either the terms of the Eclipse Public License v1.0 as published by
@@ -77,7 +77,7 @@ public void testLineOfCaller() {
77
StringBuilder buf = new StringBuilder();
78
converter.write(buf, le);
79
// the number below should be the line number of the previous line
80
- assertEquals("77", buf.toString());
+ assertEquals("78", buf.toString());
81
}
82
83
0 commit comments