Skip to content

Commit cfcc50d

Browse files
SujeethJineshcopybara-github
authored andcommitted
Clean up test path
PiperOrigin-RevId: 803160595
1 parent c88deea commit cfcc50d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pathwaysutils/test/persistence_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111

1212
class PersistenceTest(absltest.TestCase):
13-
location = "/cns/path/to/location"
13+
location = "/path/to/location"
1414
name = "name"
1515
dtype = np.dtype(np.int32)
1616
shape = [8, 4]

0 commit comments

Comments
 (0)