Skip to content

Commit 8317224

Browse files
committed
Small fix to tests
1 parent eae4c74 commit 8317224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/multi_schema.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ async fn write_other_schema() -> Result<(), Box<dyn Error>> {
4848
let body = resp.text().await?;
4949
let body = json::parse(&body)?;
5050

51-
assert_eq!(body[0]["status"], "ONLINE");
51+
assert_eq!(body[0]["status"], "OFFLINE");
5252

5353
let other_client = Postgrest::new(REST_URL).schema("personal");
5454
let other_resp = other_client

0 commit comments

Comments
 (0)