Skip to content

Commit

Permalink
Fix extra ,
Browse files Browse the repository at this point in the history
  • Loading branch information
dshanske committed Nov 5, 2022
1 parent 64df225 commit 68b2dda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test-geo-data.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public function test_save_meta_from_POST() {
$_POST = static::$geo;
$post_id = $this->factory()->post->create();
Geo_Base::save_meta( 'post', $post_id );
Assert::assertArraySubset( static::$geo, get_post_geodata( $post_id ), );
Assert::assertArraySubset( static::$geo, get_post_geodata( $post_id ) );
}

public function test_set_and_get_post_day() {
Expand Down

0 comments on commit 68b2dda

Please sign in to comment.