Skip to content

Commit

Permalink
fix: try to fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kilted-andres committed Sep 9, 2024
1 parent be8c6cb commit d303046
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/ctype.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ describe('endpoint /ctype', () => {
const properties = {};
const cType = CType.fromProperties('New CType', properties);
const creator = 'did:kilt:4rrkiRTZgsgxjJDFkLsivqqKTqdUTuxKk3FX3mKFAeMxsR5E';
const block = 42;
const block = 4269;
const description = 'A CType';

const response = await fetch(endpoint, {
Expand Down Expand Up @@ -63,7 +63,7 @@ describe('endpoint /ctype', () => {
const properties = {};
const cType = CType.fromProperties('New CType', properties);
const creator = 'did:kilt:4rrkiRTZgsgxjJDFkLsivqqKTqdUTuxKk3FX3mKFAeMxsR5E';
const block = 37;
const block = 370;
const tags = [] as string[];
const body = JSON.stringify({ cType, creator, block, tags });

Expand Down

0 comments on commit d303046

Please sign in to comment.