Skip to content

Commit

Permalink
reduce english char limit
Browse files Browse the repository at this point in the history
  • Loading branch information
oyamauchi committed Jan 7, 2025
1 parent 078ea05 commit 14e0da1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/data/schemas.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ import {
} from '../../src/lib/incentive-relationship-calculation';
import { incentiveRelationshipsContainCycle } from './cycles';

const ENGLISH_DESC_CHAR_LIMIT = 250;
const ENGLISH_DESC_CHAR_LIMIT = 150;
const SPANISH_DESC_CHAR_LIMIT = 400;

const TESTS = [
Expand Down

0 comments on commit 14e0da1

Please sign in to comment.