Skip to content

Commit

Permalink
Fix test typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Enkidu93 committed Sep 23, 2024
1 parent 9943811 commit a3e10ed
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ await env.Service.StartBuildAsync(
{
Location = "file1.zip",
Format = FileFormat.Text,
TextId = "file1.zip"
TextId = "MAT"
}
},
TargetFiles =
Expand All @@ -505,7 +505,7 @@ await env.Service.StartBuildAsync(
{
Location = "file2.zip",
Format = FileFormat.Text,
TextId = "file2.zip"
TextId = "MAT"
}
}
}
Expand Down

0 comments on commit a3e10ed

Please sign in to comment.