feat: complete JjLib describe implementation
This commit is contained in:
+2
-1
@@ -58,7 +58,8 @@ mod tests {
|
||||
|
||||
/// Check if is_repository() was called
|
||||
fn was_is_repo_called(&self) -> bool {
|
||||
self.is_repo_called.load(std::sync::atomic::Ordering::SeqCst)
|
||||
self.is_repo_called
|
||||
.load(std::sync::atomic::Ordering::SeqCst)
|
||||
}
|
||||
|
||||
/// Get all messages passed to describe()
|
||||
|
||||
Reference in New Issue
Block a user