Skip to content

Commit 2dc9b59

Browse files
committed
fill in tests
1 parent 09842eb commit 2dc9b59

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/traits.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -239,15 +239,15 @@ where
239239
}
240240

241241
fn sites(&self) -> &crate::SiteTable {
242-
todo!()
242+
self.as_ref().sites()
243243
}
244244

245245
fn mutations(&self) -> &crate::MutationTable {
246-
todo!()
246+
self.as_ref().mutations()
247247
}
248248

249249
fn populations(&self) -> &crate::PopulationTable {
250-
todo!()
250+
self.as_ref().populations()
251251
}
252252
}
253253

0 commit comments

Comments
 (0)