Skip to content

phoenixframework/phoenix

Back Remove unused @epoch module attribute in integration test (#6816)

Commit details

Remove unused @epoch module attribute in integration test (#6816)

Description

In commit 36961b66b ([#6764](https://redirect.github.com/phoenixframework/phoenix/pull/6764)), the test "development workflow works as expected" was updated to "generated app boots with mix phx.server", removing the `File.touch!` and `File.stat!` assertions on non-existent HTML templates in an app generated with `--no-html`. However, the `@epoch` module attribute definition at the top of the file was left behind, causing the compiler warning: "warning: module attribute @epoch was set but never used" This removes the unused `@epoch` definition.

Metadata

Author
Rodolfo Carvalho rhcarvalho@gmail.com
Committed
Commit

Contributors

  • Rodolfo Carvalho rhcarvalho@gmail.com Author