Skip to content

Commit 6f20756

Browse files
committed
fix test around version
1 parent 574dd4c commit 6f20756

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/TempoDb/tempodb_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ TEST(tempodb, BuildQuery_IncludesUserAgent)
135135
tempodb_config *config = tempodb_create("my_access_key", "my_secret_key");
136136
char *buffer = (char *)malloc(255);
137137
tempodb_build_query(config, buffer, 255, "GET", "/a/path", "");
138-
STRCMP_CONTAINS("\r\nUser-Agent: tempodb-embedded-c/1.0.0\r\n", buffer);
138+
STRCMP_CONTAINS("\r\nUser-Agent: tempodb-embedded-c/1.0.1\r\n", buffer);
139139
free(buffer);
140140
tempodb_destroy(config);
141141
}

0 commit comments

Comments
 (0)