Skip to content

Commit 56fdbbc

Browse files
author
chadcarlson
committed
remove debug spacing
1 parent 0c22cef commit 56fdbbc

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

tests/test_config.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,17 +89,13 @@ def test_inruntime_inbuild_phase_is_false(self):
8989
config = Config(self.mockEnvironmentBuild)
9090
self.assertFalse(config.in_runtime())
9191

92-
93-
9492
def test_load_routes_in_runtime_works(self):
9593

9694
config = Config(self.mockEnvironmentDeploy)
9795
routes = config.routes()
9896

9997
self.assertTrue(isinstance(routes, dict))
10098

101-
102-
10399
def test_load_routes_in_build_fails(self):
104100

105101
config = Config(self.mockEnvironmentBuild)

0 commit comments

Comments
 (0)