Skip to content

Commit

Permalink
Make cfg(test)
Browse files Browse the repository at this point in the history
  • Loading branch information
neekolas committed Mar 19, 2024
1 parent 27ecd46 commit e4f6978
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion openmls/src/group/core_group/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,8 @@ impl CoreGroup {
self.public_group.group_context()
}

pub fn group_context_extensions(&self) -> &Extensions {
#[cfg(test)]
pub(crate) fn group_context_extensions(&self) -> &Extensions {
self.context().extensions()
}

Expand Down

0 comments on commit e4f6978

Please sign in to comment.