Skip to content

Commit

Permalink
Patch Unit Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Sherlouk committed Sep 27, 2023
1 parent 62ae002 commit 330acbc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Tests/MeiliSearchUnitTests/SettingsTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,15 @@ class SettingsTests: XCTestCase {
"synonyms": {
"wolverine": ["xmen", "logan"],
"logan": ["wolverine", "xmen"]
},
"typoTolerance": {
"enabled": true,
"minWordSizeForTypos": {
"oneTypo": 5,
"twoTypos": 9
},
"disableOnWords": [],
"disableOnAttributes": []
}
}
"""
Expand Down

0 comments on commit 330acbc

Please sign in to comment.