Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Nemere committed Nov 11, 2024
1 parent 642c466 commit 37b0014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/dataimport/sdfToRSI/sdfToRSI_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ func Example_ConvertSDFtoRSI() {

for _, f := range archive.File {
if len(archive.File) != 1 || f.Name != "sdf_raw.txt" {
log.Fatalln("Expected zdf_raw.zip to only contain one file: sdf_raw.txt")
log.Fatalln("Expected sdf_raw.zip to only contain one file: sdf_raw.txt")
}

dstFile, err := os.OpenFile("./test-data/sdf_raw.txt", os.O_WRONLY|os.O_CREATE|os.O_TRUNC, f.Mode())
Expand Down

0 comments on commit 37b0014

Please sign in to comment.