summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorBen Busby <noreply+git@benbusby.com>2021-10-26 00:23:31 -0600
committerBen Busby <noreply+git@benbusby.com>2021-10-26 00:23:31 -0600
commite87973c5e5c3c2091a1bf2b69f5adf40f48ffde7 (patch)
tree8df64e9a8f3beca98306012eef1a80a989ca1dee /mix.exs
parentd7a425509e0ac50884c3b053b74b0a5fd294b7fb (diff)
downloadfarside-e87973c5e5c3c2091a1bf2b69f5adf40f48ffde7.tar.gz
Add basic router test
Obviously going to be expanded upon by quite a bit, but just wanted to get started with basic testing sooner rather than later.
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 7c1c723..8adbae8 100644
--- a/mix.exs
+++ b/mix.exs
@@ -1,4 +1,4 @@
-defmodule RouterExample.MixProject do
+defmodule PrivacyRevolver.MixProject do
use Mix.Project
def project do