Skip to content

Commit

Permalink
Rename some chunk grid tests
Browse files Browse the repository at this point in the history
  • Loading branch information
LDeakin committed Oct 7, 2023
1 parent 80790ba commit 421fbf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/array/chunk_grid.rs
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ mod tests {
use super::*;

#[test]
fn try_create_chunk_grid_regular() {
fn chunk_grid_configuration_regular() {
let json = r#"
{
"name": "regular",
Expand All @@ -308,7 +308,7 @@ mod tests {
}

#[test]
fn try_create_chunk_grid_rectangular() {
fn chunk_grid_configuration_rectangular() {
let json = r#"
{
"name": "rectangular",
Expand Down

0 comments on commit 421fbf7

Please sign in to comment.