Skip to content

Commit

Permalink
Rename files to pass tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
smknaake committed Oct 16, 2024
1 parent f31d7fb commit 79f3d73
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions tests/test_gefparser.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def test_cpt_files(self):

@pytest.fixture
def cpt_a(self):
cpt = CptGefFile(self.filepath / r"83268_DKMP003_(DKMP_D03)_wiertsema.GEF")
cpt = CptGefFile(self.filepath / r"83268_DKMP003_wiertsema.gef")
info_to_test = CptInfo(
"DKMP_D03",
176161.1,
Expand Down Expand Up @@ -99,7 +99,7 @@ def cpt_c(self):

@pytest.fixture
def cpt_d(self):
cpt = CptGefFile(self.filepath / r"CPT10_marine_sampling.GEF")
cpt = CptGefFile(self.filepath / r"CPT10.gef")
info_to_test = CptInfo(
"YANGTZEHAVEN CPT 10",
61949.0,
Expand Down

0 comments on commit 79f3d73

Please sign in to comment.