Skip to content

Commit

Permalink
Fix2
Browse files Browse the repository at this point in the history
  • Loading branch information
BGHDDevelopment committed Oct 7, 2023
1 parent 4aa8b41 commit 5f71c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion balancer-velocity/src/test/java/DefaultConfigLoadTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class DefaultConfigLoadTest {

@Before
public void before() throws IOException {
file = getClass().getResource("default.conf");
file = getClass().getResource("velocity.conf");
}

@Test
Expand Down

0 comments on commit 5f71c38

Please sign in to comment.