Skip to content

Commit 5fd7e44

Browse files
committed
fixup! Add webmachine-examples opam to fix ocaml-ci.
1 parent 2132261 commit 5fd7e44

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/webmachine.mli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ end
343343
344344
(* static mock time *)
345345
module MockClock = struct
346-
let now = fun () -> 152632270
346+
let now = fun () -> 1526322704l
347347
end
348348
349349
(* using Unix.gettimeofday *)

lib_test/test_dispatch.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ module Id = struct
4141
end
4242

4343
module ClockMock = struct
44-
let now = fun () -> 152632270
44+
let now = fun () -> 1526322704l
4545
end
4646

4747
module Webmachine = struct

lib_test/test_logic.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ module Id = struct
4242
end
4343

4444
module ClockMock = struct
45-
let now = fun () -> 152632270
45+
let now = fun () -> 1526322704l
4646
end
4747

4848
module Webmachine = struct

0 commit comments

Comments
 (0)