Skip to content

Commit ac9611f

Browse files
myieyeclaude
andcommitted
Drop the misleading half of the EntrySync staging comment
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 3dbadf9 commit ac9611f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

backend/FwLite/FwLiteProjectSync.Tests/EntrySyncTests.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,8 +311,7 @@ public async Task CanSyncRandomEntries(ApiType? roundTripApiType)
311311
// We expect the final result to be equivalent to this "raw"/untouched, requested state.
312312
var expected = after.Copy();
313313

314-
// Don't auto-add the main publication when staging data: the sync path under test (EntrySync) never
315-
// does, and a round-tripped main wouldn't exist on the other API, breaking the subsequent create.
314+
// Don't auto-add the main publication when staging data: the sync path under test (EntrySync) never does.
316315
var noAutoMain = new CreateEntryOptions(AutoAddMainPublication: false);
317316
if (roundTripApi is not null)
318317
{

0 commit comments

Comments
 (0)