aboutsummaryrefslogtreecommitdiff
path: root/test/ExampleTest.cpp
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-06-04 18:27:40 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-06-04 18:27:40 +0200
commit078c6661c24a9460240d9c7c063a44e9bed6f96a (patch)
tree4d19d628210d5e0414228f1330c0d998b44c02e8 /test/ExampleTest.cpp
parent18d06c79b9f6a625eb218a15c8216556fb99dc02 (diff)
add i2ctcp unit tests
Diffstat (limited to 'test/ExampleTest.cpp')
-rw-r--r--test/ExampleTest.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/ExampleTest.cpp b/test/ExampleTest.cpp
index a3909f5..3da58ff 100644
--- a/test/ExampleTest.cpp
+++ b/test/ExampleTest.cpp
@@ -4,4 +4,7 @@ class ExampleTest : public testing::Test {
protected:
};
-TEST_F(ExampleTest, Test) { EXPECT_EQ(5, 5); } \ No newline at end of file
+TEST_F(ExampleTest, Test) {
+ EXPECT_EQ(5, 5);
+}
+