Skip to content
Snippets Groups Projects
Unverified Commit b8b1ef61 authored by Cam Saül's avatar Cam Saül
Browse files

Test fix :wrench:

parent 19409917
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ describe('schema_metadata', () => {
expect(getFieldType({ special_type: TYPE.Longitude })).toEqual(COORDINATE)
});
it('should know something that is string-like', () => {
expect(getFieldType({ base_type: TYPE.StringLike })).toEqual(STRING_LIKE);
expect(getFieldType({ base_type: TYPE.TextLike })).toEqual(STRING_LIKE);
expect(getFieldType({ base_type: TYPE.IPAddress })).toEqual(STRING_LIKE);
});
it('should know what it doesn\'t know', () => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment