Skip to content

Commit

Permalink
Update tests.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
J0 authored Jan 9, 2024
1 parent bfaa669 commit a3f5668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wrappers/src/fdw/cognito_fdw/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ mod tests {
use pgrx::prelude::*;

#[pg_test]
fn auth0_smoketest() {
fn cognito_smoketest() {
Spi::connect(|mut c| {
c.update(
r#"create foreign data wrapper cognito_wrapper
Expand Down

0 comments on commit a3f5668

Please sign in to comment.