;web: --test: show correct program name

This commit is contained in:
Simon Michael 2020-11-16 15:09:54 -08:00
parent f39938d7ef
commit 59f1817bbf

View File

@ -8,9 +8,9 @@ import Yesod.Default.Config
import Yesod.Test
import Hledger.Web.Application ( makeFoundationWith )
import Hledger.Web.WebOptions ( WebOpts(cliopts_), defwebopts )
import Hledger.Web.WebOptions ( WebOpts(cliopts_), defwebopts, prognameandversion )
import Hledger.Web.Import hiding (get, j)
import Hledger.Cli hiding (tests)
import Hledger.Cli hiding (prognameandversion, tests)
runHspecTestsWith :: AppConfig DefaultEnv Extra -> WebOpts -> Journal -> YesodSpec App -> IO ()