Public Access
Use consistent meeting artifact filenames
PR and Push Build/Test / build-and-test (push) Successful in 10m14s
PR and Push Build/Test / build-and-test (push) Successful in 10m14s
This commit is contained in:
@@ -57,6 +57,19 @@ public sealed class MeetingNoteStoreTests
|
||||
Assert.Equal("[[../Summaries/20260519-summary|Summary]]", loaded.Frontmatter.Summary);
|
||||
}
|
||||
|
||||
[Fact]
|
||||
public async Task StoreNamesGeneratedMeetingNoteWithMinutePrecision()
|
||||
{
|
||||
var (_, store) = CreateStore();
|
||||
var saved = await store.SaveAsync(
|
||||
MeetingNoteTemplate.Create(
|
||||
title: "Leadership Sync",
|
||||
startTime: DateTimeOffset.Parse("2026-05-19T10:03:42+02:00")),
|
||||
CancellationToken.None);
|
||||
|
||||
Assert.Equal("20260519-1003-note.md", Path.GetFileName(saved.Path));
|
||||
}
|
||||
|
||||
[Fact]
|
||||
public async Task FrontmatterUpdatePreservesExistingUserNotesBody()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user