Skip to content

Commit b44b202

Browse files
authored
rename to_rfc3339 (#319)
1 parent d60816d commit b44b202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/raw/test/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ fn datetime() {
252252
.expect("no key datetime")
253253
.as_datetime()
254254
.expect("result was not datetime");
255-
assert_eq!(datetime.to_rfc3339(), "2000-10-31T12:30:45Z");
255+
assert_eq!(datetime.to_rfc3339_string(), "2000-10-31T12:30:45Z");
256256
}
257257

258258
#[test]

0 commit comments

Comments
 (0)