Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Signed-off-by: odubajDT <[email protected]>
  • Loading branch information
odubajDT committed Jan 9, 2025
1 parent e6fca65 commit 8ca38e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/ottl/ottlfuncs/func_timestamp_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ func Test_Timestamp(t *testing.T) {
return time.Date(2012, 11, 0o1, 22, 8, 41, 0, time.Local).UnixNano(), nil
},
},
format: "%Y-%m-%dT%H:%M:%S%z",
expected: "2012-11-01T22:08:41+0100",
format: "%Y-%m-%dT%H:%M:%S",
expected: "2012-11-01T22:08:41",
},
{
name: "RFC 3339 in custom format before 2000",
Expand Down

0 comments on commit 8ca38e5

Please sign in to comment.