remove tarpaulin skip attr

master
Devin R 2020-05-11 17:38:18 -04:00
parent 21712d0930
commit 2c45513b97
1 changed files with 0 additions and 2 deletions

View File

@ -176,8 +176,6 @@ mod test {
pub struct EvEmitterTest(Arc<Mutex<Vec<String>>>);
#[async_trait::async_trait]
// we don't need to test our tests right?
#[cfg_attr(tarpaulin, skip)]
impl EventEmitter for EvEmitterTest {
async fn on_room_member(&self, _: SyncRoom, _: &MemberEvent) {
self.0.lock().await.push("member".to_string())