Skip to content

Commit b822856

Browse files
committed
f
1 parent 307c60d commit b822856

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

standalone/standalone/test/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ describe('test/index.test.ts', () => {
246246
it('should work', async () => {
247247
const foo: Foo = await main(path.join(__dirname, './fixtures/dal-module'));
248248
assert(foo);
249-
assert(foo.name, '2333');
249+
assert.equal(foo.col1, '2333');
250250
});
251251
});
252252
});

0 commit comments

Comments
 (0)