add ElementBuilder, add tests, some fixes and cleanups
This commit is contained in:
parent
87ac9a1227
commit
eec72b5332
2 changed files with 129 additions and 14 deletions
|
|
@ -147,7 +147,7 @@ impl Jid {
|
|||
}
|
||||
|
||||
#[cfg(test)]
|
||||
mod test {
|
||||
mod tests {
|
||||
use super::*;
|
||||
|
||||
#[test]
|
||||
|
|
|
|||
Loading…
Reference in a new issue