Skip to content

Commit

Permalink
code style
Browse files Browse the repository at this point in the history
  • Loading branch information
liunaijie committed Aug 1, 2023
1 parent 09c7e64 commit f4a5d51
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,13 @@ public class LocalFileIT extends TestSuiteBase {
"/seatunnel/read/json/name=tyrantlucifer/hobby=coding/e2e.json",
container);
ContainerUtil.copyFileIntoContainers(
"/json/e2e_lzo.json",
"/seatunnel/read/lzo_json/e2e.json",
container);
"/json/e2e_lzo.json", "/seatunnel/read/lzo_json/e2e.json", container);
ContainerUtil.copyFileIntoContainers(
"/text/e2e.txt",
"/seatunnel/read/text/name=tyrantlucifer/hobby=coding/e2e.txt",
container);
ContainerUtil.copyFileIntoContainers(
"/text/e2e.lzo.txt",
"/seatunnel/read/lzo_text/e2e.txt",
container);
"/text/e2e.lzo.txt", "/seatunnel/read/lzo_text/e2e.txt", container);
ContainerUtil.copyFileIntoContainers(
"/excel/e2e.xlsx",
"/seatunnel/read/excel/name=tyrantlucifer/hobby=coding/e2e.xlsx",
Expand Down

0 comments on commit f4a5d51

Please sign in to comment.