Skip to content
This repository was archived by the owner on Mar 8, 2025. It is now read-only.

Commit 5f71c38

Browse files
Fix2
1 parent 4aa8b41 commit 5f71c38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

balancer-velocity/src/test/java/DefaultConfigLoadTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public class DefaultConfigLoadTest {
1515

1616
@Before
1717
public void before() throws IOException {
18-
file = getClass().getResource("default.conf");
18+
file = getClass().getResource("velocity.conf");
1919
}
2020

2121
@Test

0 commit comments

Comments
 (0)