Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e23efa6

Browse files
committed
tests: take the version from our define
1 parent 1e8255a commit e23efa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/diff/format_email.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ void test_diff_format_email__with_message(void)
124124
" file3\n" \
125125
"+file3\n" \
126126
"--\n" \
127-
"libgit2 0.23.0\n" \
127+
"libgit2 " LIBGIT2_VERSION "\n" \
128128
"\n";
129129

130130
opts.body = "Modify content of file3.txt by appending a new line. Make this\n" \

0 commit comments

Comments
 (0)