From d6404b6a81d8d64dac1aafcde6b7f8d80fcc9f61 Mon Sep 17 00:00:00 2001 From: mat Date: Mon, 3 May 2021 09:19:07 -0500 Subject: fix tests --- test/data/constants/values.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 test/data/constants/values.json (limited to 'test/data/constants/values.json') diff --git a/test/data/constants/values.json b/test/data/constants/values.json new file mode 100644 index 0000000..a7aed8e --- /dev/null +++ b/test/data/constants/values.json @@ -0,0 +1,4 @@ +{ + "max_minions": 609, + "max_fairy_souls": 227 +} \ No newline at end of file -- cgit