Skip to content

Commit e30012f

Browse files
authored
Fix typo in AQT test (#3205)
1 parent ced6231 commit e30012f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/dtypes/test_affine_quantized.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ def test_copy__mismatch_metadata(self, apply_quant):
275275

276276
# copy should fail due to shape mismatch
277277
with self.assertRaisesRegex(
278-
ValueError, "Not supported args for copy_ due to metadata mistach:"
278+
ValueError, "Not supported args for copy_ due to metadata mismatch:"
279279
):
280280
ql2.weight.copy_(ql.weight)
281281

0 commit comments

Comments
 (0)