Skip to content

Commit

Permalink
Fix spelling mistake in test method names
Browse files Browse the repository at this point in the history
  • Loading branch information
myieye committed Jan 17, 2025
1 parent 0a5c35c commit a62c709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/FwLite/FwLiteProjectSync.Tests/EntrySyncTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public async Task CanSyncRandomEntries()
}

[Fact]
public async Task CanChangeComplexFormVisSync_Components()
public async Task CanChangeComplexFormViaSync_Components()
{
var component1 = await _fixture.CrdtApi.CreateEntry(new() { LexemeForm = { { "en", "component1" } } });
var component2 = await _fixture.CrdtApi.CreateEntry(new() { LexemeForm = { { "en", "component2" } } });
Expand Down

0 comments on commit a62c709

Please sign in to comment.