From 2a403a059ee6d4d80e2ddf4d822a2b8357fe52d0 Mon Sep 17 00:00:00 2001 From: Niels Basjes Date: Tue, 7 Feb 2017 15:22:37 +0100 Subject: [PATCH] Typo --- analyzer/src/test/resources/CheckErrorOutput.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/analyzer/src/test/resources/CheckErrorOutput.yaml b/analyzer/src/test/resources/CheckErrorOutput.yaml index c1e83ac54b..74659ccda6 100644 --- a/analyzer/src/test/resources/CheckErrorOutput.yaml +++ b/analyzer/src/test/resources/CheckErrorOutput.yaml @@ -20,7 +20,7 @@ config: input: user_agent_string: 'Mozilla/5.0 (Linux; Android 7.0; Nexus 6 Build/NBD90Z) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.124 Mobile Safari/537.36' expected: - DeviceClass : 'Brick' # Absolutely wrong so this must trigger and error and output the 'right stuff' + DeviceClass : 'Brick' # Absolutely wrong so this must trigger an error and output the 'right stuff' DeviceName : 'Nexus 6' DeviceBrand : 'Google' OperatingSystemClass : 'Mobile'