From 3425edd2a52ac314118a593cbe0bff746f81d9b7 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Thu, 1 Feb 2018 19:54:51 -0200 Subject: [PATCH] Reword changelog a bit --- changelog/3161.bugfix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/3161.bugfix b/changelog/3161.bugfix index 317c64bec..73872be67 100644 --- a/changelog/3161.bugfix +++ b/changelog/3161.bugfix @@ -1 +1 @@ -Fix test ordering bug introduced by PR #3108. \ No newline at end of file +Fix ordering of tests using parametrized fixtures which can lead to fixtures being created more than necessary.