Skip to content

Commit b754974

Browse files
committed
fixup: unbound attenuate method
1 parent 8a910cd commit b754974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/SwingSet/test/transcript/transcript-entries.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ test('transcript of new vats', async t => {
3232
};
3333
const kernelStorage = initSwingStore().kernelStorage;
3434
const { kvStore, transcriptStore } = kernelStorage;
35-
const { readSpan } = transcriptStore;
35+
const readSpan = transcriptStore.readSpan.bind(transcriptStore);
3636
await initializeSwingset(config, [], kernelStorage);
3737
const c = await makeSwingsetController(kernelStorage);
3838
t.teardown(c.shutdown);

0 commit comments

Comments
 (0)