Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
TomJKing committed Oct 28, 2024
1 parent a340b77 commit 53bfb02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ class DraftMetadataChecksResultsControllerSpec extends FrontEndTestHelper {
CompletedWithIssuesValue.value,
FileError.UTF_8,
"The metadata file was not a CSV in UTF-8 format.",
s"Ensure that you save your Excel file as file type 'CSV UTF-8 (comma separated)'."
s"Ensure that you save your Excel file as file type 'CSV UTF-8 (comma separated)'."
)
)
forAll(draftMetadataStatuses) { (statusValue, fileError, detailsMessage, actionMessage) =>
Expand Down

0 comments on commit 53bfb02

Please sign in to comment.