Add dummy test to hopefully help CI

pull/974/head
Connor Rigby 2019-04-09 13:48:55 -07:00
parent d81fecd355
commit 35996f571f
No known key found for this signature in database
GPG Key ID: 29A88B24B70456E0
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
defmodule FarmbotExt.DummyTest do
use ExUnit.Case
test "this is a hack lol" do
assert 1 == 1
end
end