Skip to content
Snippets Groups Projects

F update

All threads resolved!
Merged Timm Fitschen requested to merge f-update into dev
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -231,7 +231,7 @@ TEST_F(test_transaction, insert_delete_with_parent) {
// TODO(fspreck) Insert a Record with a parent and a Property. Check
// for success and delete everything.
TEST(test_transaction, insert_delete_with_property) {
TEST_F(test_transaction, insert_delete_with_property) {
const auto &connection =
caosdb::connection::ConnectionManager::GetDefaultConnection();
Loading