From 39eb93783067bcbbcc0846a89e838ed10d1506a8 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Tue, 6 Apr 2021 14:25:13 +1000 Subject: [PATCH] update test descriptions --- test/integration/diffing2/test.json | 2 +- test/integration/diffing3/test.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/integration/diffing2/test.json b/test/integration/diffing2/test.json index 8ffc90df2..c72724877 100644 --- a/test/integration/diffing2/test.json +++ b/test/integration/diffing2/test.json @@ -1 +1 @@ -{ "description": "diffing two branches and making a patch from their diff files", "speed": 10 } +{ "description": "diffing two branches (again) and making a patch from their diff files", "speed": 10 } diff --git a/test/integration/diffing3/test.json b/test/integration/diffing3/test.json index 7ce255921..e6156b2cf 100644 --- a/test/integration/diffing3/test.json +++ b/test/integration/diffing3/test.json @@ -1 +1 @@ -{ "description": "diffing two branches and making a patch from their diff files", "speed": 1 } +{ "description": "diffing two commits and making a patch from their diff files", "speed": 1 }