diff mbox

git: remove empty test

Message ID 20170327070110.5773-1-andrew.donnellan@au1.ibm.com
State Accepted
Headers show

Commit Message

Andrew Donnellan March 27, 2017, 7:01 a.m. UTC
The get_commit test doesn't actually have a test in it. Get rid of it until
we actually implement useful tests so as not to give false impressions.

Signed-off-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com>
---

Already merged, for information only

---
 src/git.rs | 7 -------
 1 file changed, 7 deletions(-)
diff mbox

Patch

diff --git a/src/git.rs b/src/git.rs
index 8443616..ccf8bdf 100644
--- a/src/git.rs
+++ b/src/git.rs
@@ -136,10 +136,3 @@  pub fn cred_from_settings(settings: &Git) -> Result<Cred, Error> {
                   Path::new(&settings.private_key),
                   passphrase)
 }
-
-#[cfg(test)]
-mod tests {
-    #[test]
-    fn get_commit() {
-    }
-}