Update Dockerfile and SDK tests workflow #7

Merged
nabarun merged 5 commits from pm-sdk-tests into main 2024-03-13 05:23:14 +00:00
Showing only changes of commit be50ce10ac - Show all commits

View File

@ -36,7 +36,8 @@ describe('Querying', () => {
expect(registry.chainID).toBe(chainId);
});
test('Get status.', async () => {
// TODO: Unskip
xtest('Get status.', async () => {
const status = await registry.getStatus();
expect(status).toBeDefined();
expect(status.version).toBeDefined();