Skip to content

Commit

Permalink
run formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
boydm committed Sep 21, 2018
1 parent 875a873 commit d4a28c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/scenic_new_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ defmodule Mix.Tasks.Scenic.NewTest do

assert_file("#{@app_name}/mix.exs", fn file ->
assert file =~ "mod: {#{@module_name}, []}"

assert file =~ "{:scenic, \"~> 0.8\"}"
assert file =~ "{:scenic_driver_glfw, \"~> 0.8\"}"
end)
Expand Down

0 comments on commit d4a28c5

Please sign in to comment.