Skip to content

Commit b3d92d0

Browse files
committed
updated test name
1 parent ba7884b commit b3d92d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/tests/storage-key-recipe-resolver-test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import {StorageKeyRecipeResolver} from '../storage-key-recipe-resolver.js';
1414

1515
describe('recipe2plan', () => {
1616
describe('storage-key-recipe-resolver', () => {
17-
it('Long + Long: If ReadingRecipe is long running, it is a valid use case', async () => {
17+
it('Resolves mapping a handle from a long running arc into another long running arc', async () => {
1818
const manifest = await Manifest.parse(`\
1919
particle Reader
2020
data: reads Thing {name: Text}

0 commit comments

Comments
 (0)