Code cleaning.
This commit is contained in:
parent
c360395afc
commit
759c269dee
19 changed files with 64 additions and 56 deletions
|
@ -38,7 +38,7 @@ func TestProvideSingleFileAndWatch(t *testing.T) {
|
|||
expectedNumFrontends = 1
|
||||
expectedNumBackends = 1
|
||||
|
||||
tempFile = createFile(t,
|
||||
createFile(t,
|
||||
tempDir, "simple.toml",
|
||||
createFrontendConfiguration(expectedNumFrontends),
|
||||
createBackendConfiguration(expectedNumBackends))
|
||||
|
@ -72,7 +72,7 @@ func TestProvideSingleFileAndNotWatch(t *testing.T) {
|
|||
expectedNumFrontends = 1
|
||||
expectedNumBackends = 1
|
||||
|
||||
tempFile = createFile(t,
|
||||
createFile(t,
|
||||
tempDir, "simple.toml",
|
||||
createFrontendConfiguration(expectedNumFrontends),
|
||||
createBackendConfiguration(expectedNumBackends))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue