Skip to content

Commit

Permalink
Merge pull request #156 from pixlise/feature/importer-fixes
Browse files Browse the repository at this point in the history
Fix test affected by importer logging output change
  • Loading branch information
pnemere authored Jul 13, 2023
2 parents d84d709 + 418b6b1 commit 7cd3592
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data-import/importer/import_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ func printManualOKLogOutput(log *logger.StdOutLoggerForTest, datasetBucket strin
"Downloading archived zip files...",
"Downloaded 0 zip files, unzipped 0 files",
"No zip files found in archive, dataset may have been manually uploaded. Trying to download...",
"Dataset test1234 downloaded from manual upload area",
"Dataset test1234 downloaded 3 files from manual upload area",
"Downloading pseudo-intensity ranges...",
"Downloading user customisation files...",
"Reading 1261 files from spectrum directory...",
Expand Down Expand Up @@ -366,7 +366,7 @@ func Example_ImportForTrigger_Manual() {
// Logged "Downloading archived zip files...": true
// Logged "Downloaded 0 zip files, unzipped 0 files": true
// Logged "No zip files found in archive, dataset may have been manually uploaded. Trying to download...": true
// Logged "Dataset test1234 downloaded from manual upload area": true
// Logged "Dataset test1234 downloaded 3 files from manual upload area": true
// Logged "Downloading pseudo-intensity ranges...": true
// Logged "Downloading user customisation files...": true
// Logged "Reading 1261 files from spectrum directory...": true
Expand Down

0 comments on commit 7cd3592

Please sign in to comment.