Skip to content

Commit

Permalink
reviewer comment
Browse files Browse the repository at this point in the history
  • Loading branch information
johnml1135 committed Oct 28, 2024
1 parent 6e9f9c5 commit c905b17
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ await env.Service.StartBuildAsync(
}

[Test]
public async Task StartBuildAsync_TrainOnOnePretranslateOnTheOther()
public async Task StartBuildAsync_TrainOnOnePretranslateTheOther()
{
var env = new TestEnvironment();
string engineId = (await env.CreateMultipleCorporaEngineWithTextFilesAsync()).Id;
Expand Down Expand Up @@ -1004,7 +1004,7 @@ await env.Service.StartBuildAsync(
}

[Test]
public async Task StartBuildAsync_ParallelCorpus_TrainOnOnePretranslateOnTheOther()
public async Task StartBuildAsync_ParallelCorpus_TrainOnOnePretranslateTheOther()
{
var env = new TestEnvironment();
string engineId = (await env.CreateMultipleParallelCorpusEngineWithTextFilesAsync()).Id;
Expand Down

0 comments on commit c905b17

Please sign in to comment.