Skip to content
Snippets Groups Projects
Commit f1e2fb20 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

use assertThat(..., Provides(...))

parent 2ff039d7
No related branches found
No related tags found
1 merge request!4Cryptoless Tahoe-LAFS storage server plugin
......@@ -94,7 +94,10 @@ class PluginTests(TestCase):
"""
``storage_server`` provides ``IFoolscapStoragePlugin``.
"""
verifyObject(IFoolscapStoragePlugin, storage_server)
self.assertThat(
storage_server,
Provides([IFoolscapStoragePlugin]),
)
......
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