refactor: rename clip -> smart search (#6713)

This commit is contained in:
Mert 2024-01-29 09:51:22 -05:00 committed by GitHub
parent e5a70329c9
commit ae7f174948
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
34 changed files with 162 additions and 119 deletions

View file

@ -16,11 +16,6 @@ void main() {
// final instance = ServerFeaturesDto();
group('test ServerFeaturesDto', () {
// bool clipEncode
test('to test the property `clipEncode`', () async {
// TODO
});
// bool configFile
test('to test the property `configFile`', () async {
// TODO
@ -66,6 +61,11 @@ void main() {
// TODO
});
// bool smartSearch
test('to test the property `smartSearch`', () async {
// TODO
});
// bool trash
test('to test the property `trash`', () async {
// TODO