From 0e09567c8c83ccc1f0f663808a0777a2dcf8e8f8 Mon Sep 17 00:00:00 2001 From: Daniel Ciborowski Date: Mon, 15 Mar 2021 18:02:12 -0400 Subject: [PATCH] Update test_class.py --- tests/test_class.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/test_class.py b/tests/test_class.py index 7bb4a43..3ab0228 100644 --- a/tests/test_class.py +++ b/tests/test_class.py @@ -1,6 +1,6 @@ -# -#(c) Microsoft. All rights reserved. -# +# --------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# --------------------------------------------------------- """ This file tests out using ParameterValidator on class methods. Note that you CAN use it on the __init__ function as well assuming you have parameters other than self.