Skip to content

Commit 67d6ad1

Browse files
committed
Fix tests
1 parent 8bb80a9 commit 67d6ad1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/service-module/misconfigured-client.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ describe('Service Module - Bad Client Setup', () => {
1515
try {
1616
service('todos')
1717
} catch (error) {
18-
assert(error.message === 'No service was found. Please configure a transport plugin on the Feathers Client', 'got an error with a misconfigured client')
18+
assert(error.message.includes('No service was found. Please configure a transport plugin on the Feathers Client'), 'got an error with a misconfigured client')
1919
}
2020
})
2121
})

0 commit comments

Comments
 (0)