feat(devsave): 支持launchNode并添加火山测试存档
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -470,7 +470,7 @@ namespace AibisDream.EditorTools
|
||||
Assert.That(section.Entries.All(entry => entry.IsValid), Is.True,
|
||||
string.Join("\n", section.Entries.Where(entry => !entry.IsValid).Select(entry => $"{entry.Label}: {entry.Error}")));
|
||||
Assert.That(section.Entries.Select(entry => entry.Order).Distinct().Count(), Is.EqualTo(section.Entries.Count));
|
||||
Assert.That(section.Entries.Select(entry => entry.AnchorNode).Distinct().Count(), Is.EqualTo(section.Entries.Count));
|
||||
Assert.That(section.Entries.Select(entry => entry.DestinationNode).Distinct().Count(), Is.EqualTo(section.Entries.Count));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user