diff --git a/test/runtests.jl b/test/runtests.jl index 89ec36322d36f019c4fd6fd04485e2411ac0c168..340f7d19ea336e1c10ae120ea70309678a2089e7 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -28,17 +28,17 @@ using CaosDB @test ccall( (:caosdb_constants_LIBCAOSDB_VERSION_MAJOR, CaosDB.library_name), Cint, - () + (), ) == 0 @test ccall( (:caosdb_constants_LIBCAOSDB_VERSION_MINOR, CaosDB.library_name), Cint, - () + (), ) == 0 @test ccall( (:caosdb_constants_LIBCAOSDB_VERSION_PATCH, CaosDB.library_name), Cint, - () + (), ) == 16 end