From bc333bee7d9a152f4fa22edb5cdfa4f134678a1d Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Fri, 10 Apr 2020 11:04:10 +0200
Subject: [PATCH] [data.stare] Fix test skip check

---
 bob/ip/binseg/data/stare/test.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bob/ip/binseg/data/stare/test.py b/bob/ip/binseg/data/stare/test.py
index 58f7aea6..b47fd4d9 100644
--- a/bob/ip/binseg/data/stare/test.py
+++ b/bob/ip/binseg/data/stare/test.py
@@ -63,12 +63,12 @@ def test_loading():
     for s in subset["test"]: _check_sample(s)
 
 
-@rc_variable_set('bob.ip.binseg.drive.datadir')
+@rc_variable_set('bob.ip.binseg.stare.datadir')
 def test_check():
     nose.tools.eq_(dataset.check(), 0)
 
 
-@rc_variable_set('bob.ip.binseg.drive.datadir')
+@rc_variable_set('bob.ip.binseg.stare.datadir')
 def test_torch_dataset():
 
     def _check_sample(s):
-- 
GitLab