Skip to content

Commit

Permalink
Test apache#5 adding Flight C++ unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Nienaber committed Feb 5, 2024
1 parent 3d359d0 commit e0517ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ namespace sql {
class ServerSessionMiddlewareFactoryPrivate : public ServerSessionMiddlewareFactory {
public:
using ServerSessionMiddlewareFactory::ParseCookieString;
}
};

TEST(ServerSessionMiddleware, Dummy) {
ASSERT_EQ(1, 1);
Expand Down

0 comments on commit e0517ba

Please sign in to comment.