Skip to content

Commit

Permalink
Fixes typo in file name
Browse files Browse the repository at this point in the history
  • Loading branch information
damianszczepanik committed Apr 10, 2024
1 parent 5a834b0 commit 3cf0968
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/main/java/pl/szczepanik/silencio/utils/IOUtility.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@
import java.nio.charset.StandardCharsets;

import org.apache.commons.io.IOUtils;

import pl.szczepanik.silencio.core.IntegrityException;

/**
* Class with utility methods.
*
* @author Damian Szczepanik (damianszczepanik@github)
*/
public final class IOUtility {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ void shouldLoadXMLFileOnRealLoad() {
// given
XMLProcessor processor = new XMLProcessor();
input = ResourceLoader.loadAsReader("suv.xml");
String refInput = ResourceLoader.loadAsString("suv_tranformed.xml");
String refInput = ResourceLoader.loadAsString("suv_transformed.xml");
output = new StringWriter();

// when
Expand Down
File renamed without changes.

0 comments on commit 3cf0968

Please sign in to comment.