Implementing function to read FIT file header

This commit is contained in:
2023-04-06 12:01:16 -04:00
parent 849c078232
commit a3ec238b38
4 changed files with 22 additions and 1 deletions
+1
View File
@@ -3,4 +3,5 @@ using Test
@testset "FIT.jl" begin
# Write your tests here.
@test FIT.greet_package() == "Hello package"
end