Fix forgotten change from the addition of Dataspace.container

This commit is contained in:
Tony Garnock-Jones 2018-11-04 19:51:32 +00:00
parent 2cbbfd3394
commit 0552de7987
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ describe('dataspace', () => {
it('should boot and run', () => {
// TODO: convert this into even a rudimentary somewhat-real test case
// (change console.log into gathering a trace)
let ds = new Dataspace(() => {
let ds = new Dataspace(null, () => {
// console.log('boot');
Dataspace.currentFacet().addEndpoint(() => {
let handler = Skeleton.analyzeAssertion(_$);