Skip to content

Commit 7a60ad2

Browse files
committed
Improve formatting
1 parent e42dfbd commit 7a60ad2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/vocab/src/vocab.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ import {
44
LanguageString,
55
parseDecimal,
66
} from "@fedify/vocab-runtime";
7-
import { configure, type LogRecord, reset } from "@logtape/logtape";
87
import {
98
areAllScalarTypes,
109
loadSchemaFiles,
1110
type PropertySchema,
1211
type TypeSchema,
1312
} from "@fedify/vocab-tools";
13+
import { configure, type LogRecord, reset } from "@logtape/logtape";
1414
import { pascalCase } from "es-toolkit";
1515
import {
1616
deepStrictEqual,
@@ -2992,7 +2992,7 @@ test("FEP-0837: Agreement parses verbatim Accept-result example from spec", asyn
29922992
);
29932993
});
29942994

2995-
test("FEP-0837: Full marketplace flow Proposal Offer Accept Confirmation", async () => {
2995+
test("FEP-0837: Full marketplace flow - Proposal => Offer => Accept => Confirmation", async () => {
29962996
// Stage 1: Alice publishes a Proposal. Its id anchors the intent fragment
29972997
// URI (`#primary`) that the downstream commitments satisfy.
29982998
const proposal = new Proposal({

0 commit comments

Comments
 (0)