Skip to content

Commit 32f863f

Browse files
ftouchtetongtongcao
authored andcommitted
Make test pass
1 parent ba0fcf8 commit 32f863f

File tree

1 file changed

+1
-1
lines changed
  • reconstruction/alert/src/test/java/org/jlab/service/alert

1 file changed

+1
-1
lines changed

reconstruction/alert/src/test/java/org/jlab/service/alert/AHDCTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public static void run() {
3838

3939
assertEquals(event.hasBank("FAKE::Bank"), false);
4040
assertEquals(event.hasBank("AHDC::wf"), true);
41-
assertEquals(event.getBank("AHDC::hits").rows(), 10);
41+
assertEquals(event.getBank("AHDC::hits").rows(), 25);
4242
}
4343

4444
public static void main(String[] args) {

0 commit comments

Comments
 (0)