From 071320183a52e8afbdb944faba705b1e332b70ae Mon Sep 17 00:00:00 2001 From: Gabriel Oliveira Date: Sun, 26 May 2024 21:46:30 -0300 Subject: [PATCH] chore: fix typo --- test/support/custom_partitioner.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/support/custom_partitioner.ex b/test/support/custom_partitioner.ex index bdeec0b..ebaf6e4 100644 --- a/test/support/custom_partitioner.ex +++ b/test/support/custom_partitioner.ex @@ -1,5 +1,5 @@ defmodule Klife.TestCustomPartitioner do - @behaviour Klife.Partitioner + @behaviour Klife.Behaviours.Partitioner alias Klife.Record