From e8e347db476631313453c23bbaac6049f3e3ac06 Mon Sep 17 00:00:00 2001 From: CoenraadS Date: Tue, 7 Nov 2023 11:47:37 +1100 Subject: [PATCH] Correct Pairwise output order --- docs/articles/nunit/writing-tests/attributes/pairwise.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/articles/nunit/writing-tests/attributes/pairwise.md b/docs/articles/nunit/writing-tests/attributes/pairwise.md index a40cc3ab9..15ed9037d 100644 --- a/docs/articles/nunit/writing-tests/attributes/pairwise.md +++ b/docs/articles/nunit/writing-tests/attributes/pairwise.md @@ -29,8 +29,8 @@ public void MyTest( For this test, NUnit currently calls the method six times, producing the following output: ```none -a + y a - x +a + y b - y b + x c - x