Try test failing
This commit is contained in:
parent
cffe314f73
commit
c428d66983
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -14,5 +14,5 @@ jobs:
|
||||
- name: cmake make
|
||||
run: cmake --build build/ --target all
|
||||
# run tests
|
||||
- name: run tests 1
|
||||
- name: run tests
|
||||
run: build/tests/testQRCode
|
||||
|
@ -14,7 +14,7 @@ TEST(QRCodeTests, ConstructsClass) {
|
||||
string inp("TEST");
|
||||
QRCode qr(inp);
|
||||
|
||||
EXPECT_EQ(qr.input, "TEST");
|
||||
EXPECT_EQ(qr.input, "TES");
|
||||
EXPECT_EQ(qr.corr_lvl, CorrectionLevel::M);
|
||||
EXPECT_EQ(qr.method, QRCodeMethod::Alphabetic);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user