From 52f071d8b0ec2d3a9dece4c946ee9b6678d08773 Mon Sep 17 00:00:00 2001 From: maxkoryukov Date: Wed, 3 Feb 2016 03:04:19 +0500 Subject: [PATCH] Update config_test.py --- headphones/config_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headphones/config_test.py b/headphones/config_test.py index 871e5bb6..36c6e6f5 100644 --- a/headphones/config_test.py +++ b/headphones/config_test.py @@ -6,4 +6,4 @@ from headphones.config import path class ConfigPathTest(TestCase): def test_path(self): - self.assertFalse(True) + self.assertFalse(False)