diff options
Diffstat (limited to '')
| -rw-r--r-- | spec/KeySeqParserSpec.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/KeySeqParserSpec.cpp b/spec/KeySeqParserSpec.cpp index 306f5ab..7ce2a4a 100644 --- a/spec/KeySeqParserSpec.cpp +++ b/spec/KeySeqParserSpec.cpp @@ -8,7 +8,7 @@ class KeySeqParserSpec : public QObject { Q_OBJECT private slots: - void testThings() { + void test_parse() { context("when mix of upper/lower cases"); it("parses keys ignoring the casing") { KeySeqParser parser; |
