From 55337cde13666accb0dec3521858e49e16ee8de4 Mon Sep 17 00:00:00 2001 From: maddalax Date: Mon, 14 Oct 2024 10:06:00 -0500 Subject: [PATCH] use diff dir --- framework/config/project_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/config/project_test.go b/framework/config/project_test.go index 4e832c4..46b900a 100644 --- a/framework/config/project_test.go +++ b/framework/config/project_test.go @@ -16,7 +16,7 @@ func TestDefaultProjectConfig(t *testing.T) { func TestNoConfigFileUsesDefault(t *testing.T) { t.Parallel() - cfg := FromConfigFile("testdata") + cfg := FromConfigFile("testdata2") assert.Equal(t, true, cfg.Tailwind) assert.Equal(t, 4, len(cfg.WatchIgnore)) assert.Equal(t, 8, len(cfg.WatchFiles))