Skip to content

Commit

Permalink
fix(common/models): fix unit-test reference to renamed file
Browse files Browse the repository at this point in the history
  • Loading branch information
jahorton committed Aug 9, 2024
1 parent fef5b3a commit 4159bab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/models/wordbreakers/test/test-search-property.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

import { assert } from 'chai';
import { searchForProperty } from '../build/obj/default/searchForProperty.js';
import { propertyMap } from '../build/obj/default/data.js';
import { propertyMap } from '../build/obj/default/data.inc.js';

describe('searchForProperty', () => {
it('correctly finds character classes for standard ASCII characters', () => {
Expand Down

0 comments on commit 4159bab

Please sign in to comment.