We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba7884b commit b3d92d0Copy full SHA for b3d92d0
src/tools/tests/storage-key-recipe-resolver-test.ts
@@ -14,7 +14,7 @@ import {StorageKeyRecipeResolver} from '../storage-key-recipe-resolver.js';
14
15
describe('recipe2plan', () => {
16
describe('storage-key-recipe-resolver', () => {
17
- it('Long + Long: If ReadingRecipe is long running, it is a valid use case', async () => {
+ it('Resolves mapping a handle from a long running arc into another long running arc', async () => {
18
const manifest = await Manifest.parse(`\
19
particle Reader
20
data: reads Thing {name: Text}
0 commit comments