summaryrefslogtreecommitdiff
path: root/lib/polyjuice/client/storage/ets.ex
diff options
context:
space:
mode:
Diffstat (limited to 'lib/polyjuice/client/storage/ets.ex')
-rw-r--r--lib/polyjuice/client/storage/ets.ex1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/polyjuice/client/storage/ets.ex b/lib/polyjuice/client/storage/ets.ex
index 3332406..a89ea46 100644
--- a/lib/polyjuice/client/storage/ets.ex
+++ b/lib/polyjuice/client/storage/ets.ex
@@ -18,6 +18,7 @@ defmodule Polyjuice.Client.Storage.Ets do
only be used for testing.
"""
+ @enforce_keys [:table]
defstruct [
:table
]