summaryrefslogtreecommitdiff
path: root/test/handler/test_thriftcheck_handler.vader
diff options
context:
space:
mode:
Diffstat (limited to 'test/handler/test_thriftcheck_handler.vader')
-rw-r--r--test/handler/test_thriftcheck_handler.vader4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/handler/test_thriftcheck_handler.vader b/test/handler/test_thriftcheck_handler.vader
index efe62593..e80e5050 100644
--- a/test/handler/test_thriftcheck_handler.vader
+++ b/test/handler/test_thriftcheck_handler.vader
@@ -23,6 +23,6 @@ Execute(The thriftcheck handler should handle basic warnings and errors):
\ },
\ ],
\ ale_linters#thrift#thriftcheck#Handle(1, [
- \ 'file.thrift:1:1:error: "py" namespace must match "^idl\\." (namespace.pattern)',
- \ 'file.thrift:3:5:warning: 64-bit integer constant -2147483649 may not work in all languages (int.64bit)',
+ \ 'file.thrift:1:1: error: "py" namespace must match "^idl\\." (namespace.pattern)',
+ \ 'file.thrift:3:5: warning: 64-bit integer constant -2147483649 may not work in all languages (int.64bit)',
\ ])