Skip to content

Commit 421be32

Browse files
fix: github checks failed.
1 parent 6dcffa7 commit 421be32

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

test/unit/tctildr-dl.c

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -451,12 +451,10 @@ test_tcti_fail_all (void **state)
451451
expect_string(__wrap_dlopen, filename, "libtss2-tcti-device.so.0");
452452
expect_value(__wrap_dlopen, flags, RTLD_NOW);
453453
will_return(__wrap_dlopen, NULL);
454-
expect_string(__wrap_dlopen, filename,
455-
"libtss2-tcti-libtss2-tcti-device.so.0.so.0");
454+
expect_string(__wrap_dlopen, filename, "libtss2-tcti-libtss2-tcti-device.so.0.so.0");
456455
expect_value(__wrap_dlopen, flags, RTLD_NOW);
457456
will_return(__wrap_dlopen, NULL);
458-
expect_string(__wrap_dlopen, filename,
459-
"libtss2-tcti-libtss2-tcti-device.so.0.so");
457+
expect_string(__wrap_dlopen, filename, "libtss2-tcti-libtss2-tcti-device.so.0.so");
460458
expect_value(__wrap_dlopen, flags, RTLD_NOW);
461459
will_return(__wrap_dlopen, NULL);
462460

0 commit comments

Comments
 (0)